#484CB7

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

Shades of Free Speech Blue #484CB7

Tints of Free Speech Blue #484CB7

Color information

#484CB7 (or 0x484CB7) is unknown color: approx Free Speech Blue. HEX triplet: 48, 4C and B7. RGB value is (72,76,183). Sum of RGB (Red+Green+Blue) = 72+76+183=331 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.75% from 331); Green value is 76 (30.08% from 255 or 22.96% from 331); Blue value is 183 (71.88% from 255 or 55.29% from 331); Max value from RGB is 183 - color contains mainly: blue. Hex color #484CB7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #484CB7 is #B7B348. Grayscale: #565656. Windows color (decimal): -12038985 or 12012616. OLE color: 12012616.

HSL color Cylindrical-coordinate representation of color #484CB7: hue angle of 237.84º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #484CB7 is Cyan = 0.61, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB7276183-
CMYK0.610.5800.28
HSL237.84º43.53%50%-
HSV(B)237.84º60.66%71.76%-
XYZ13.89.9746-
YUV87182.17117.3-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.75%
GREEN value IS 76 (30.08% from 255) = 22.96%
BLUE value IS 183 (71.88% from 255) = 55.29%
R=21.75%
G=22.96%
B=55.29%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal72761830.610.5800.28237.8443.5350
Hex484CB73D3A01Cee2c32
Octal11011426775720343565462
Binary100100010011001011011111110111101001110011101110101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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