#4666CA

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

Shades of Free Speech Blue #4666CA

Tints of Free Speech Blue #4666CA

Color information

#4666CA (or 0x4666CA) is unknown color: approx Free Speech Blue. HEX triplet: 46, 66 and CA. RGB value is (70,102,202). Sum of RGB (Red+Green+Blue) = 70+102+202=374 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.72% from 374); Green value is 102 (40.23% from 255 or 27.27% from 374); Blue value is 202 (79.30% from 255 or 54.01% from 374); Max value from RGB is 202 - color contains mainly: blue. Hex color #4666CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4666CA is #B99935. Grayscale: #676767. Windows color (decimal): -12163382 or 13264454. OLE color: 13264454.

HSL color Cylindrical-coordinate representation of color #4666CA: hue angle of 225.45º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4666CA is Cyan = 0.65, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB70102202-
CMYK0.650.5000.21
HSL225.45º55.46%53.33%-
HSV(B)225.45º65.35%79.22%-
XYZ17.9415.0757.84-
YUV103.83183.4103.87-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.72%
GREEN value IS 102 (40.23% from 255) = 27.27%
BLUE value IS 202 (79.30% from 255) = 54.01%
R=18.72%
G=27.27%
B=54.01%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal701022020.650.5000.21225.4555.4653.33
Hex4666CA4132015e13735
Octal106146312101620253416765
Binary1000110110011011001010100000111001001010111100001110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4666CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4666CA; }

 p { color: rgb(70,102,202); }

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

<style>
 a { background-color: #4666CA; }

 a { background-color: rgb(70,102,202); }

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

<style>
 span { border-color: #4666CA; }

 span { border-color: rgb(70,102,202); }

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