#484ABD

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

Shades of Free Speech Blue #484ABD

Tints of Free Speech Blue #484ABD

Color information

#484ABD (or 0x484ABD) is unknown color: approx Free Speech Blue. HEX triplet: 48, 4A and BD. RGB value is (72,74,189). Sum of RGB (Red+Green+Blue) = 72+74+189=335 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.49% from 335); Green value is 74 (29.30% from 255 or 22.09% from 335); Blue value is 189 (74.22% from 255 or 56.42% from 335); Max value from RGB is 189 - color contains mainly: blue. Hex color #484ABD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #484ABD is #B7B542. Grayscale: #565656. Windows color (decimal): -12039491 or 12405320. OLE color: 12405320.

HSL color Cylindrical-coordinate representation of color #484ABD: hue angle of 238.97º 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 #484ABD is Cyan = 0.62, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB7274189-
CMYK0.620.6100.26
HSL238.97º46.99%51.18%-
HSV(B)238.97º61.9%74.12%-
XYZ14.319.9549.31-
YUV86.51185.84117.65-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.49%
GREEN value IS 74 (29.30% from 255) = 22.09%
BLUE value IS 189 (74.22% from 255) = 56.42%
R=21.49%
G=22.09%
B=56.42%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal72741890.620.6100.26238.9746.9951.18
Hex484ABD3E3D01Aef2f33
Octal11011227576750323575763
Binary100100010010101011110111111011110101101011101111101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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