#4349C0

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

Shades of Free Speech Blue #4349C0

Tints of Free Speech Blue #4349C0

Color information

#4349C0 (or 0x4349C0) is unknown color: approx Free Speech Blue. HEX triplet: 43, 49 and C0. RGB value is (67,73,192). Sum of RGB (Red+Green+Blue) = 67+73+192=332 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.18% from 332); Green value is 73 (28.91% from 255 or 21.99% from 332); Blue value is 192 (75.39% from 255 or 57.83% from 332); Max value from RGB is 192 - color contains mainly: blue. Hex color #4349C0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4349C0 is #BCB63F. Grayscale: #545454. Windows color (decimal): -12367424 or 12601667. OLE color: 12601667.

HSL color Cylindrical-coordinate representation of color #4349C0: hue angle of 237.12º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4349C0 is Cyan = 0.65, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB6773192-
CMYK0.650.6200.25
HSL237.12º49.8%50.78%-
HSV(B)237.12º65.1%75.29%-
XYZ14.219.7651-
YUV84.77188.51115.32-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 20.18%
GREEN value IS 73 (28.91% from 255) = 21.99%
BLUE value IS 192 (75.39% from 255) = 57.83%
R=20.18%
G=21.99%
B=57.83%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal67731920.650.6200.25237.1249.850.78
Hex4349C0413E019ed3233
Octal103111300101760313556263
Binary1000011100100111000000100000111111001100111101101110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4349C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4349C0; }

 p { color: rgb(67,73,192); }

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

<style>
 a { background-color: #4349C0; }

 a { background-color: rgb(67,73,192); }

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

<style>
 span { border-color: #4349C0; }

 span { border-color: rgb(67,73,192); }

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