#4269C0

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

Shades of Free Speech Blue #4269C0

Tints of Free Speech Blue #4269C0

Color information

#4269C0 (or 0x4269C0) is unknown color: approx Free Speech Blue. HEX triplet: 42, 69 and C0. RGB value is (66,105,192). Sum of RGB (Red+Green+Blue) = 66+105+192=363 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.18% from 363); Green value is 105 (41.41% from 255 or 28.93% from 363); Blue value is 192 (75.39% from 255 or 52.89% from 363); Max value from RGB is 192 - color contains mainly: blue. Hex color #4269C0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4269C0 is #BD963F. Grayscale: #666666. Windows color (decimal): -12424768 or 12609858. OLE color: 12609858.

HSL color Cylindrical-coordinate representation of color #4269C0: hue angle of 221.43º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4269C0 is Cyan = 0.66, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB66105192-
CMYK0.660.4500.25
HSL221.43º50%50.59%-
HSV(B)221.43º65.62%75.29%-
XYZ16.8115.0751.89-
YUV103.26178.08101.43-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.18%
GREEN value IS 105 (41.41% from 255) = 28.93%
BLUE value IS 192 (75.39% from 255) = 52.89%
R=18.18%
G=28.93%
B=52.89%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal661051920.660.4500.25221.435050.59
Hex4269C0422D019dd3233
Octal102151300102550313356263
Binary1000010110100111000000100001010110101100111011101110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4269C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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