#4654B2

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

Shades of Free Speech Blue #4654B2

Tints of Free Speech Blue #4654B2

Color information

#4654B2 (or 0x4654B2) is unknown color: approx Free Speech Blue. HEX triplet: 46, 54 and B2. RGB value is (70,84,178). Sum of RGB (Red+Green+Blue) = 70+84+178=332 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.08% from 332); Green value is 84 (33.20% from 255 or 25.30% from 332); Blue value is 178 (69.92% from 255 or 53.61% from 332); Max value from RGB is 178 - color contains mainly: blue. Hex color #4654B2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4654B2 is #B9AB4D. Grayscale: #5A5A5A. Windows color (decimal): -12168014 or 11686982. OLE color: 11686982.

HSL color Cylindrical-coordinate representation of color #4654B2: hue angle of 232.22º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4654B2 is Cyan = 0.61, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB7084178-
CMYK0.610.5300.30
HSL232.22º43.55%48.63%-
HSV(B)232.22º60.67%69.8%-
XYZ13.7310.8643.49-
YUV90.53177.36113.36-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.08%
GREEN value IS 84 (33.20% from 255) = 25.30%
BLUE value IS 178 (69.92% from 255) = 53.61%
R=21.08%
G=25.30%
B=53.61%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal70841780.610.5300.30232.2243.5548.63
Hex4654B23D3501Ee82c31
Octal10612426275650363505461
Binary100011010101001011001011110111010101111011101000101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4654B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4654B2; }

 p { color: rgb(70,84,178); }

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

<style>
 a { background-color: #4654B2; }

 a { background-color: rgb(70,84,178); }

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

<style>
 span { border-color: #4654B2; }

 span { border-color: rgb(70,84,178); }

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