#484ABF

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

Shades of Free Speech Blue #484ABF

Tints of Free Speech Blue #484ABF

Color information

#484ABF (or 0x484ABF) is unknown color: approx Free Speech Blue. HEX triplet: 48, 4A and BF. RGB value is (72,74,191). Sum of RGB (Red+Green+Blue) = 72+74+191=337 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.36% from 337); Green value is 74 (29.30% from 255 or 21.96% from 337); Blue value is 191 (75% from 255 or 56.68% from 337); Max value from RGB is 191 - color contains mainly: blue. Hex color #484ABF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #484ABF is #B7B540. Grayscale: #565656. Windows color (decimal): -12039489 or 12536392. OLE color: 12536392.

HSL color Cylindrical-coordinate representation of color #484ABF: hue angle of 238.99º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #484ABF is Cyan = 0.62, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB7274191-
CMYK0.620.6100.25
HSL238.99º48.18%51.57%-
HSV(B)238.99º62.3%74.9%-
XYZ14.5310.0450.46-
YUV86.74186.84117.49-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.36%
GREEN value IS 74 (29.30% from 255) = 21.96%
BLUE value IS 191 (75% from 255) = 56.68%
R=21.36%
G=21.96%
B=56.68%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal72741910.620.6100.25238.9948.1851.57
Hex484ABF3E3D019ef3034
Octal11011227776750313576064
Binary100100010010101011111111111011110101100111101111110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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