#484CBD

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

Shades of Free Speech Blue #484CBD

Tints of Free Speech Blue #484CBD

Color information

#484CBD (or 0x484CBD) is unknown color: approx Free Speech Blue. HEX triplet: 48, 4C and BD. RGB value is (72,76,189). Sum of RGB (Red+Green+Blue) = 72+76+189=337 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.36% from 337); Green value is 76 (30.08% from 255 or 22.55% from 337); Blue value is 189 (74.22% from 255 or 56.08% from 337); Max value from RGB is 189 - color contains mainly: blue. Hex color #484CBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #484CBD is #B7B342. Grayscale: #575757. Windows color (decimal): -12038979 or 12405832. OLE color: 12405832.

HSL color Cylindrical-coordinate representation of color #484CBD: hue angle of 237.95º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #484CBD is Cyan = 0.62, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB7276189-
CMYK0.620.6000.26
HSL237.95º46.99%51.18%-
HSV(B)237.95º61.9%74.12%-
XYZ14.4410.2249.36-
YUV87.69185.17116.81-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.36%
GREEN value IS 76 (30.08% from 255) = 22.55%
BLUE value IS 189 (74.22% from 255) = 56.08%
R=21.36%
G=22.55%
B=56.08%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal72761890.620.6000.26237.9546.9951.18
Hex484CBD3E3C01Aee2f33
Octal11011427576740323565763
Binary100100010011001011110111111011110001101011101110101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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