#456BBC

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

Shades of Free Speech Blue #456BBC

Tints of Free Speech Blue #456BBC

Color information

#456BBC (or 0x456BBC) is unknown color: approx Free Speech Blue. HEX triplet: 45, 6B and BC. RGB value is (69,107,188). Sum of RGB (Red+Green+Blue) = 69+107+188=364 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.96% from 364); Green value is 107 (42.19% from 255 or 29.40% from 364); Blue value is 188 (73.83% from 255 or 51.65% from 364); Max value from RGB is 188 - color contains mainly: blue. Hex color #456BBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #456BBC is #BA9443. Grayscale: #686868. Windows color (decimal): -12227652 or 12348229. OLE color: 12348229.

HSL color Cylindrical-coordinate representation of color #456BBC: hue angle of 220.84º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #456BBC is Cyan = 0.63, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB69107188-
CMYK0.630.4300.26
HSL220.84º47.04%50.39%-
HSV(B)220.84º63.3%73.73%-
XYZ16.7915.4149.67-
YUV104.87174.91102.41-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.96%
GREEN value IS 107 (42.19% from 255) = 29.40%
BLUE value IS 188 (73.83% from 255) = 51.65%
R=18.96%
G=29.40%
B=51.65%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal691071880.630.4300.26220.8447.0450.39
Hex456BBC3F2B01Add2f32
Octal10515327477530323355762
Binary100010111010111011110011111110101101101011011101101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,107,188); }

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

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

 a { background-color: rgb(69,107,188); }

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

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

 span { border-color: rgb(69,107,188); }

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