#4466CC

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

Shades of Free Speech Blue #4466CC

Tints of Free Speech Blue #4466CC

Color information

#4466CC (or 0x4466CC) is unknown color: approx Free Speech Blue. HEX triplet: 44, 66 and CC. RGB value is (68,102,204). Sum of RGB (Red+Green+Blue) = 68+102+204=374 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.18% from 374); Green value is 102 (40.23% from 255 or 27.27% from 374); Blue value is 204 (80.08% from 255 or 54.55% from 374); Max value from RGB is 204 - color contains mainly: blue. Hex color #4466CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4466CC is #BB9933. Grayscale: #676767. Windows color (decimal): -12294452 or 13395524. OLE color: 13395524.

HSL color Cylindrical-coordinate representation of color #4466CC: hue angle of 225º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4466CC is Cyan = 0.67, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB68102204-
CMYK0.670.500.2
HSL225º57.14%53.33%-
HSV(B)225º66.67%80%-
XYZ18.0315.0959.09-
YUV103.46184.74102.71-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.18%
GREEN value IS 102 (40.23% from 255) = 27.27%
BLUE value IS 204 (80.08% from 255) = 54.55%
R=18.18%
G=27.27%
B=54.55%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal681022040.670.500.222557.1453.33
Hex4466CC4332014e13935
Octal104146314103620243417165
Binary1000100110011011001100100001111001001010011100001111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4466CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4466CC; }

 p { color: rgb(68,102,204); }

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

<style>
 a { background-color: #4466CC; }

 a { background-color: rgb(68,102,204); }

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

<style>
 span { border-color: #4466CC; }

 span { border-color: rgb(68,102,204); }

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