Html Css Color HEX #484DD8 Free Speech Blue

📋 copy color: '#484DD8'

red 72 ◦ green 77 ◦ blue 216

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

Shades of Free Speech Blue #484DD8

Tints of Free Speech Blue #484DD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 59.18%

R = 19.73%
G = 21.1%
B = 59.18%

CMYK

 C value IS 0.67

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#484DD8 (or 0x484DD8) is known color: Free Speech Blue. HEX triplet: 48, 4D and D8. RGB value is (72,77,216). Sum of RGB (Red+Green+Blue) = 72+77+216=365 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.73% from 365); Green value is 77 (30.47% from 255 or 21.10% from 365); Blue value is 216 (84.77% from 255 or 59.18% from 365); Max value from RGB is 216 - color contains mainly: blue. Hex color #484DD8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #484DD8 is #B7B227. Grayscale: #5A5A5A. Windows color (decimal): -12038696 or 14175560. OLE color: 14175560.

HSL color Cylindrical-coordinate representation of color #484DD8: hue angle of 237.92º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #484DD8 is Cyan = 0.67, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 72 77 216 -
CMYK 0.67 0.64 0 0.15
HSL 237.92º 0.65% 0.56% -
HSV(B) 237.92º 0.67% 0.85% -
XYZ 17.72 11.64 66.28 -
YUV 91.35 198.34 114.2 -
System Red Green Blue C M Y K H S L
Decimal 72 77 216 0.67 0.64 0 0.15 237.92 0.65 0.56
Hex 48 4D D8 43 40 0 F EE 41 38
Octal 110 115 330 103 100 0 17 356 101 70
Binary 1001000 1001101 11011000 1000011 1000000 0 1111 11101110 1000001 111000

Color Harmonies of #484DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484DD8

Black with #484DD8

Text Example


Text Example

White with #484DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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