Html Css Color HEX #484DD2 Free Speech Blue

📋 copy color: '#484DD2'

red 72 ◦ green 77 ◦ blue 210

#484DD2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Blue #484DD2

Tints of Free Speech Blue #484DD2

RGB

 RED value IS 72 (28.52% from 255) = 20.06%

 GREEN value IS 77 (30.47% from 255) = 21.45%

 BLUE value IS 210 (82.42% from 255) = 58.5%

R = 20.06%
G = 21.45%
B = 58.5%

CMYK

 C value IS 0.66

 M value IS 0.63

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#484DD2 (or 0x484DD2) is known color: Free Speech Blue. HEX triplet: 48, 4D and D2. RGB value is (72,77,210). Sum of RGB (Red+Green+Blue) = 72+77+210=359 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.06% from 359); Green value is 77 (30.47% from 255 or 21.45% from 359); Blue value is 210 (82.42% from 255 or 58.50% from 359); Max value from RGB is 210 - color contains mainly: blue. Hex color #484DD2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #484DD2 is #B7B22D. Grayscale: #5A5A5A. Windows color (decimal): -12038702 or 13782344. OLE color: 13782344.

HSL color Cylindrical-coordinate representation of color #484DD2: hue angle of 237.83º degrees, saturation: 0.61, 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 #484DD2 is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 72 77 210 -
CMYK 0.66 0.63 0 0.18
HSL 237.83º 0.61% 0.55% -
HSV(B) 237.83º 0.66% 0.82% -
XYZ 16.96 11.34 62.27 -
YUV 90.67 195.34 114.69 -
System Red Green Blue C M Y K H S L
Decimal 72 77 210 0.66 0.63 0 0.18 237.83 0.61 0.55
Hex 48 4D D2 42 3F 0 12 EE 3D 37
Octal 110 115 322 102 77 0 22 356 75 67
Binary 1001000 1001101 11010010 1000010 111111 0 10010 11101110 111101 110111

Color Harmonies of #484DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484DD2

Black with #484DD2

Text Example


Text Example

White with #484DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,77,210); }

 H1.HeaderClassName
 {
   color: #484DD2;
 }
 .AnyTagClassName
 {
   color: #484DD2;
 }
</style>

background-color css

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

 a { background-color: rgb(72,77,210); }

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

border-color css

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

 span { border-color: rgb(72,77,210); }

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