#4259BC

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

Shades of Free Speech Blue #4259BC

Tints of Free Speech Blue #4259BC

Color information

#4259BC (or 0x4259BC) is unknown color: approx Free Speech Blue. HEX triplet: 42, 59 and BC. RGB value is (66,89,188). Sum of RGB (Red+Green+Blue) = 66+89+188=343 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.24% from 343); Green value is 89 (35.16% from 255 or 25.95% from 343); Blue value is 188 (73.83% from 255 or 54.81% from 343); Max value from RGB is 188 - color contains mainly: blue. Hex color #4259BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4259BC is #BDA643. Grayscale: #5C5C5C. Windows color (decimal): -12428868 or 12343618. OLE color: 12343618.

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

Color convert

RGB6689188-
CMYK0.650.5300.26
HSL228.69º48.03%49.8%-
HSV(B)228.69º64.89%73.73%-
XYZ14.911.9349.1-
YUV93.41181.38108.45-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.24%
GREEN value IS 89 (35.16% from 255) = 25.95%
BLUE value IS 188 (73.83% from 255) = 54.81%
R=19.24%
G=25.95%
B=54.81%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal66891880.650.5300.26228.6948.0349.8
Hex4259BC413501Ae53032
Octal102131274101650323456062
Binary1000010101100110111100100000111010101101011100101110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4259BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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