#4259BF

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

Shades of Free Speech Blue #4259BF

Tints of Free Speech Blue #4259BF

Color information

#4259BF (or 0x4259BF) is unknown color: approx Free Speech Blue. HEX triplet: 42, 59 and BF. RGB value is (66,89,191). Sum of RGB (Red+Green+Blue) = 66+89+191=346 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.08% from 346); Green value is 89 (35.16% from 255 or 25.72% from 346); Blue value is 191 (75% from 255 or 55.20% from 346); Max value from RGB is 191 - color contains mainly: blue. Hex color #4259BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4259BF is #BDA640. Grayscale: #5D5D5D. Windows color (decimal): -12428865 or 12540226. OLE color: 12540226.

HSL color Cylindrical-coordinate representation of color #4259BF: hue angle of 228.96º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4259BF is Cyan = 0.65, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB6689191-
CMYK0.650.5300.25
HSL228.96º49.41%50.39%-
HSV(B)228.96º65.45%74.9%-
XYZ15.2212.0650.82-
YUV93.75182.88108.21-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.08%
GREEN value IS 89 (35.16% from 255) = 25.72%
BLUE value IS 191 (75% from 255) = 55.20%
R=19.08%
G=25.72%
B=55.20%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal66891910.650.5300.25228.9649.4150.39
Hex4259BF4135019e53132
Octal102131277101650313456162
Binary1000010101100110111111100000111010101100111100101110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4259BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4259BF; }

 p { color: rgb(66,89,191); }

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

<style>
 a { background-color: #4259BF; }

 a { background-color: rgb(66,89,191); }

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

<style>
 span { border-color: #4259BF; }

 span { border-color: rgb(66,89,191); }

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