#456abe

Color #456ABE Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #456ABE

Tints of Free Speech Blue #456ABE

Color information

#456ABE (or 0x456ABE) is unknown color: approx Free Speech Blue. HEX triplet: 45, 6A and BE. RGB value is (69,106,190). Sum of RGB (Red+Green+Blue) = 69+106+190=365 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.90% from 365); Green value is 106 (41.80% from 255 or 29.04% from 365); Blue value is 190 (74.61% from 255 or 52.05% from 365); Max value from RGB is 190 - color contains mainly: blue. Hex color #456ABE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #456ABE is #BA9541. Grayscale: #686868. Windows color (decimal): -12227906 or 12479045. OLE color: 12479045.

HSL color Cylindrical-coordinate representation of color #456ABE: hue angle of 221.65º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #456ABE is Cyan = 0.64, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB69106190-
CMYK0.640.4400.25
HSL221.65º48.21%50.78%-
HSV(B)221.65º63.68%74.51%-
XYZ16.915.2950.78-
YUV104.51176.24102.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 69 (27.34% from 255) = 18.90%
GREEN value IS 106 (41.80% from 255) = 29.04%
BLUE value IS 190 (74.61% from 255) = 52.05%
R=18.90%
G=29.04%
B=52.05%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal691061900.640.4400.25221.6548.2150.78
Hex456ABE402C019de3033
Octal105152276100540313366063
Binary1000101110101010111110100000010110001100111011110110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456abe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456abe; }

 p { color: rgb(69,106,190); }

 H1.HeaderClassName
 {
   color: #456abe;
 }
 .AnyTagClassName
 {
   color: #456abe;
 }
</style>
background-color css

<style>
 a { background-color: #456abe; }

 a { background-color: rgb(69,106,190); }

 div.DivClassName
 {
   background-color: #456abe;
 }
 .BgClassName
 {
   background-color: #456abe;
 }
</style>
border-color css

<style>
 span { border-color: #456abe; }

 span { border-color: rgb(69,106,190); }

 td.TdClassName
 {
   border-color: #456abe;
 }
 .TagClassName
 {
   border-color: #456abe;
 }
</style>