#4269BC

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

Shades of Free Speech Blue #4269BC

Tints of Free Speech Blue #4269BC

Color information

#4269BC (or 0x4269BC) is unknown color: approx Free Speech Blue. HEX triplet: 42, 69 and BC. RGB value is (66,105,188). Sum of RGB (Red+Green+Blue) = 66+105+188=359 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.38% from 359); Green value is 105 (41.41% from 255 or 29.25% from 359); Blue value is 188 (73.83% from 255 or 52.37% from 359); Max value from RGB is 188 - color contains mainly: blue. Hex color #4269BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4269BC is #BD9643. Grayscale: #666666. Windows color (decimal): -12424772 or 12347714. OLE color: 12347714.

HSL color Cylindrical-coordinate representation of color #4269BC: hue angle of 220.82º 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 #4269BC is Cyan = 0.65, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB66105188-
CMYK0.650.4400.26
HSL220.82º48.03%49.8%-
HSV(B)220.82º64.89%73.73%-
XYZ16.3814.8949.59-
YUV102.8176.08101.75-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.38%
GREEN value IS 105 (41.41% from 255) = 29.25%
BLUE value IS 188 (73.83% from 255) = 52.37%
R=18.38%
G=29.25%
B=52.37%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal661051880.650.4400.26220.8248.0349.8
Hex4269BC412C01Add3032
Octal102151274101540323356062
Binary1000010110100110111100100000110110001101011011101110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4269BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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