#4355B6

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

Shades of Free Speech Blue #4355B6

Tints of Free Speech Blue #4355B6

Color information

#4355B6 (or 0x4355B6) is unknown color: approx Free Speech Blue. HEX triplet: 43, 55 and B6. RGB value is (67,85,182). Sum of RGB (Red+Green+Blue) = 67+85+182=334 (44% of max value = 765). Red value is 67 (26.56% from 255 or 20.06% from 334); Green value is 85 (33.59% from 255 or 25.45% from 334); Blue value is 182 (71.48% from 255 or 54.49% from 334); Max value from RGB is 182 - color contains mainly: blue. Hex color #4355B6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4355B6 is #BCAA49. Grayscale: #5A5A5A. Windows color (decimal): -12364362 or 11949379. OLE color: 11949379.

HSL color Cylindrical-coordinate representation of color #4355B6: hue angle of 230.61º 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 #4355B6 is Cyan = 0.63, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB6785182-
CMYK0.630.5300.29
HSL230.61º46.18%48.82%-
HSV(B)230.61º63.19%71.37%-
XYZ14.0111.0745.65-
YUV90.68179.54111.11-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 20.06%
GREEN value IS 85 (33.59% from 255) = 25.45%
BLUE value IS 182 (71.48% from 255) = 54.49%
R=20.06%
G=25.45%
B=54.49%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal67851820.630.5300.29230.6146.1848.82
Hex4355B63F3501De72e31
Octal10312526677650353475661
Binary100001110101011011011011111111010101110111100111101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4355B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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