#4269bb

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

Shades of Free Speech Blue #4269BB

Tints of Free Speech Blue #4269BB

Color information

#4269BB (or 0x4269BB) is unknown color: approx Free Speech Blue. HEX triplet: 42, 69 and BB. RGB value is (66,105,187). Sum of RGB (Red+Green+Blue) = 66+105+187=358 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.44% from 358); Green value is 105 (41.41% from 255 or 29.33% from 358); Blue value is 187 (73.44% from 255 or 52.23% from 358); Max value from RGB is 187 - color contains mainly: blue. Hex color #4269BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4269BB is #BD9644. Grayscale: #666666. Windows color (decimal): -12424773 or 12282178. OLE color: 12282178.

HSL color Cylindrical-coordinate representation of color #4269BB: hue angle of 220.66º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4269BB is Cyan = 0.65, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB66105187-
CMYK0.650.4400.27
HSL220.66º47.83%49.61%-
HSV(B)220.66º64.71%73.33%-
XYZ16.2714.8549.02-
YUV102.69175.58101.83-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.44%
GREEN value IS 105 (41.41% from 255) = 29.33%
BLUE value IS 187 (73.44% from 255) = 52.23%
R=18.44%
G=29.33%
B=52.23%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal661051870.650.4400.27220.6647.8349.61
Hex4269BB412C01Bdd3032
Octal102151273101540333356062
Binary1000010110100110111011100000110110001101111011101110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4269bb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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