Html Css Color HEX #484DD0 Free Speech Blue

📋 copy color: '#484DD0'

red 72 ◦ green 77 ◦ blue 208

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

Shades of Free Speech Blue #484DD0

Tints of Free Speech Blue #484DD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 58.26%

R = 20.17%
G = 21.57%
B = 58.26%

CMYK

 C value IS 0.65

 M value IS 0.63

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#484DD0 (or 0x484DD0) is known color: Free Speech Blue. HEX triplet: 48, 4D and D0. RGB value is (72,77,208). Sum of RGB (Red+Green+Blue) = 72+77+208=357 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.17% from 357); Green value is 77 (30.47% from 255 or 21.57% from 357); Blue value is 208 (81.64% from 255 or 58.26% from 357); Max value from RGB is 208 - color contains mainly: blue. Hex color #484DD0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #484DD0 is #B7B22F. Grayscale: #595959. Windows color (decimal): -12038704 or 13651272. OLE color: 13651272.

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

Color convert

RGB 72 77 208 -
CMYK 0.65 0.63 0 0.18
HSL 237.79º 0.59% 0.55% -
HSV(B) 237.79º 0.65% 0.82% -
XYZ 16.71 11.24 60.96 -
YUV 90.44 194.34 114.85 -
System Red Green Blue C M Y K H S L
Decimal 72 77 208 0.65 0.63 0 0.18 237.79 0.59 0.55
Hex 48 4D D0 41 3F 0 12 EE 3B 37
Octal 110 115 320 101 77 0 22 356 73 67
Binary 1001000 1001101 11010000 1000001 111111 0 10010 11101110 111011 110111

Color Harmonies of #484DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484DD0

Black with #484DD0

Text Example


Text Example

White with #484DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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