#4269BE

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

Shades of Free Speech Blue #4269BE

Tints of Free Speech Blue #4269BE

Color information

#4269BE (or 0x4269BE) is unknown color: approx Free Speech Blue. HEX triplet: 42, 69 and BE. RGB value is (66,105,190). Sum of RGB (Red+Green+Blue) = 66+105+190=361 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.28% from 361); Green value is 105 (41.41% from 255 or 29.09% from 361); Blue value is 190 (74.61% from 255 or 52.63% from 361); Max value from RGB is 190 - color contains mainly: blue. Hex color #4269BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4269BE is #BD9641. Grayscale: #666666. Windows color (decimal): -12424770 or 12478786. OLE color: 12478786.

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

Color convert

RGB66105190-
CMYK0.650.4500.25
HSL221.13º48.82%50.2%-
HSV(B)221.13º65.26%74.51%-
XYZ16.5914.9850.73-
YUV103.03177.08101.59-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.28%
GREEN value IS 105 (41.41% from 255) = 29.09%
BLUE value IS 190 (74.61% from 255) = 52.63%
R=18.28%
G=29.09%
B=52.63%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal661051900.650.4500.25221.1348.8250.2
Hex4269BE412D019dd3132
Octal102151276101550313356162
Binary1000010110100110111110100000110110101100111011101110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4269BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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