#4352B6

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

Shades of Free Speech Blue #4352B6

Tints of Free Speech Blue #4352B6

Color information

#4352B6 (or 0x4352B6) is unknown color: approx Free Speech Blue. HEX triplet: 43, 52 and B6. RGB value is (67,82,182). Sum of RGB (Red+Green+Blue) = 67+82+182=331 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.24% from 331); Green value is 82 (32.42% from 255 or 24.77% from 331); Blue value is 182 (71.48% from 255 or 54.98% from 331); Max value from RGB is 182 - color contains mainly: blue. Hex color #4352B6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4352B6 is #BCAD49. Grayscale: #585858. Windows color (decimal): -12365130 or 11948611. OLE color: 11948611.

HSL color Cylindrical-coordinate representation of color #4352B6: hue angle of 232.17º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4352B6 is Cyan = 0.63, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB6782182-
CMYK0.630.5500.29
HSL232.17º46.18%48.82%-
HSV(B)232.17º63.19%71.37%-
XYZ13.7810.6145.58-
YUV88.92180.53112.37-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 20.24%
GREEN value IS 82 (32.42% from 255) = 24.77%
BLUE value IS 182 (71.48% from 255) = 54.98%
R=20.24%
G=24.77%
B=54.98%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal67821820.630.5500.29232.1746.1848.82
Hex4352B63F3701De82e31
Octal10312226677670353505661
Binary100001110100101011011011111111011101110111101000101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4352B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4352B6; }

 p { color: rgb(67,82,182); }

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

<style>
 a { background-color: #4352B6; }

 a { background-color: rgb(67,82,182); }

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

<style>
 span { border-color: #4352B6; }

 span { border-color: rgb(67,82,182); }

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