#484CD1

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

Shades of Free Speech Blue #484CD1

Tints of Free Speech Blue #484CD1

Color information

#484CD1 (or 0x484CD1) is unknown color: approx Free Speech Blue. HEX triplet: 48, 4C and D1. RGB value is (72,76,209). Sum of RGB (Red+Green+Blue) = 72+76+209=357 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.17% from 357); Green value is 76 (30.08% from 255 or 21.29% from 357); Blue value is 209 (82.03% from 255 or 58.54% from 357); Max value from RGB is 209 - color contains mainly: blue. Hex color #484CD1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #484CD1 is #B7B32E. Grayscale: #595959. Windows color (decimal): -12038959 or 13716552. OLE color: 13716552.

HSL color Cylindrical-coordinate representation of color #484CD1: hue angle of 238.25º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #484CD1 is Cyan = 0.66, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB7276209-
CMYK0.660.6400.18
HSL238.25º59.83%55.1%-
HSV(B)238.25º65.55%81.96%-
XYZ16.7711.1561.59-
YUV89.97195.17115.19-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.17%
GREEN value IS 76 (30.08% from 255) = 21.29%
BLUE value IS 209 (82.03% from 255) = 58.54%
R=20.17%
G=21.29%
B=58.54%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal72762090.660.6400.18238.2559.8355.1
Hex484CD14240012ee3c37
Octal1101143211021000223567467
Binary10010001001100110100011000010100000001001011101110111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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