#4246AF

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

Shades of Free Speech Blue #4246AF

Tints of Free Speech Blue #4246AF

Color information

#4246AF (or 0x4246AF) is unknown color: approx Free Speech Blue. HEX triplet: 42, 46 and AF. RGB value is (66,70,175). Sum of RGB (Red+Green+Blue) = 66+70+175=311 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.22% from 311); Green value is 70 (27.73% from 255 or 22.51% from 311); Blue value is 175 (68.75% from 255 or 56.27% from 311); Max value from RGB is 175 - color contains mainly: blue. Hex color #4246AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4246AF is #BDB950. Grayscale: #505050. Windows color (decimal): -12433745 or 11486786. OLE color: 11486786.

HSL color Cylindrical-coordinate representation of color #4246AF: hue angle of 237.8º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4246AF is Cyan = 0.62, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB6670175-
CMYK0.620.6000.31
HSL237.8º45.23%47.25%-
HSV(B)237.8º62.29%68.63%-
XYZ12.178.6341.58-
YUV80.77181.17117.46-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.22%
GREEN value IS 70 (27.73% from 255) = 22.51%
BLUE value IS 175 (68.75% from 255) = 56.27%
R=21.22%
G=22.51%
B=56.27%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal66701750.620.6000.31237.845.2347.25
Hex4246AF3E3C01Fee2d2f
Octal10210625776740373565557
Binary100001010001101010111111111011110001111111101110101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4246AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4246AF; }

 p { color: rgb(66,70,175); }

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

<style>
 a { background-color: #4246AF; }

 a { background-color: rgb(66,70,175); }

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

<style>
 span { border-color: #4246AF; }

 span { border-color: rgb(66,70,175); }

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