#4434CA

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

Shades of Free Speech Blue #4434CA

Tints of Free Speech Blue #4434CA

Color information

#4434CA (or 0x4434CA) is unknown color: approx Free Speech Blue. HEX triplet: 44, 34 and CA. RGB value is (68,52,202). Sum of RGB (Red+Green+Blue) = 68+52+202=322 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.12% from 322); Green value is 52 (20.70% from 255 or 16.15% from 322); Blue value is 202 (79.30% from 255 or 62.73% from 322); Max value from RGB is 202 - color contains mainly: blue. Hex color #4434CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4434CA is #BBCB35. Grayscale: #494949. Windows color (decimal): -12307254 or 13251652. OLE color: 13251652.

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

Color convert

RGB6852202-
CMYK0.660.7400.21
HSL246.4º59.06%49.8%-
HSV(B)246.4º74.26%79.22%-
XYZ14.277.9556.66-
YUV73.88200.3123.8-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.12%
GREEN value IS 52 (20.70% from 255) = 16.15%
BLUE value IS 202 (79.30% from 255) = 62.73%
R=21.12%
G=16.15%
B=62.73%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal68522020.660.7400.21246.459.0649.8
Hex4434CA424A015f63b32
Octal104643121021120253667362
Binary1000100110100110010101000010100101001010111110110111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4434CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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