#484CB6

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

Shades of Free Speech Blue #484CB6

Tints of Free Speech Blue #484CB6

Color information

#484CB6 (or 0x484CB6) is unknown color: approx Free Speech Blue. HEX triplet: 48, 4C and B6. RGB value is (72,76,182). Sum of RGB (Red+Green+Blue) = 72+76+182=330 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.82% from 330); Green value is 76 (30.08% from 255 or 23.03% from 330); Blue value is 182 (71.48% from 255 or 55.15% from 330); Max value from RGB is 182 - color contains mainly: blue. Hex color #484CB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #484CB6 is #B7B349. Grayscale: #565656. Windows color (decimal): -12038986 or 11947080. OLE color: 11947080.

HSL color Cylindrical-coordinate representation of color #484CB6: hue angle of 237.82º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #484CB6 is Cyan = 0.60, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB7276182-
CMYK0.600.5800.29
HSL237.82º43.31%49.8%-
HSV(B)237.82º60.44%71.37%-
XYZ13.79.9245.45-
YUV86.89181.67117.38-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.82%
GREEN value IS 76 (30.08% from 255) = 23.03%
BLUE value IS 182 (71.48% from 255) = 55.15%
R=21.82%
G=23.03%
B=55.15%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal72761820.600.5800.29237.8243.3149.8
Hex484CB63C3A01Dee2b32
Octal11011426674720353565362
Binary100100010011001011011011110011101001110111101110101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484CB6; }

 p { color: rgb(72,76,182); }

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

<style>
 a { background-color: #484CB6; }

 a { background-color: rgb(72,76,182); }

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

<style>
 span { border-color: #484CB6; }

 span { border-color: rgb(72,76,182); }

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