#484BD5

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

Shades of Free Speech Blue #484BD5

Tints of Free Speech Blue #484BD5

Color information

#484BD5 (or 0x484BD5) is unknown color: approx Free Speech Blue. HEX triplet: 48, 4B and D5. RGB value is (72,75,213). Sum of RGB (Red+Green+Blue) = 72+75+213=360 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20% from 360); Green value is 75 (29.69% from 255 or 20.83% from 360); Blue value is 213 (83.59% from 255 or 59.17% from 360); Max value from RGB is 213 - color contains mainly: blue. Hex color #484BD5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #484BD5 is #B7B42A. Grayscale: #595959. Windows color (decimal): -12039211 or 13978440. OLE color: 13978440.

HSL color Cylindrical-coordinate representation of color #484BD5: hue angle of 238.72º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #484BD5 is Cyan = 0.66, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB7275213-
CMYK0.660.6500.16
HSL238.72º62.67%55.88%-
HSV(B)238.72º66.2%83.53%-
XYZ17.211.2164.21-
YUV89.84197.51115.28-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20%
GREEN value IS 75 (29.69% from 255) = 20.83%
BLUE value IS 213 (83.59% from 255) = 59.17%
R=20%
G=20.83%
B=59.17%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal72752130.660.6500.16238.7262.6755.88
Hex484BD54241010ef3f38
Octal1101133251021010203577770
Binary10010001001011110101011000010100000101000011101111111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484BD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,75,213); }

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

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

 a { background-color: rgb(72,75,213); }

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

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

 span { border-color: rgb(72,75,213); }

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