#4466CA

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

Shades of Free Speech Blue #4466CA

Tints of Free Speech Blue #4466CA

Color information

#4466CA (or 0x4466CA) is unknown color: approx Free Speech Blue. HEX triplet: 44, 66 and CA. RGB value is (68,102,202). Sum of RGB (Red+Green+Blue) = 68+102+202=372 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.28% from 372); Green value is 102 (40.23% from 255 or 27.42% from 372); Blue value is 202 (79.30% from 255 or 54.30% from 372); Max value from RGB is 202 - color contains mainly: blue. Hex color #4466CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4466CA is #BB9935. Grayscale: #666666. Windows color (decimal): -12294454 or 13264452. OLE color: 13264452.

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

Color convert

RGB68102202-
CMYK0.660.5000.21
HSL224.78º55.83%52.94%-
HSV(B)224.78º66.34%79.22%-
XYZ17.81557.83-
YUV103.23183.74102.87-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.28%
GREEN value IS 102 (40.23% from 255) = 27.42%
BLUE value IS 202 (79.30% from 255) = 54.30%
R=18.28%
G=27.42%
B=54.30%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal681022020.660.5000.21224.7855.8352.94
Hex4466CA4232015e13835
Octal104146312102620253417065
Binary1000100110011011001010100001011001001010111100001111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4466CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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