Html Css Color HEX #484AD2 Free Speech Blue

📋 copy color: '#484AD2'

red 72 ◦ green 74 ◦ blue 210

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

Shades of Free Speech Blue #484AD2

Tints of Free Speech Blue #484AD2

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.79%

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

R = 20.22%
G = 20.79%
B = 58.99%

CMYK

 C value IS 0.66

 M value IS 0.65

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#484AD2 (or 0x484AD2) is known color: Free Speech Blue. HEX triplet: 48, 4A and D2. RGB value is (72,74,210). Sum of RGB (Red+Green+Blue) = 72+74+210=356 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.22% from 356); Green value is 74 (29.30% from 255 or 20.79% from 356); Blue value is 210 (82.42% from 255 or 58.99% from 356); Max value from RGB is 210 - color contains mainly: blue. Hex color #484AD2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #484AD2 is #B7B52D. Grayscale: #585858. Windows color (decimal): -12039470 or 13781576. OLE color: 13781576.

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

Color convert

RGB 72 74 210 -
CMYK 0.66 0.65 0 0.18
HSL 239.13º 0.61% 0.55% -
HSV(B) 239.13º 0.66% 0.82% -
XYZ 16.75 10.93 62.2 -
YUV 88.91 196.34 115.94 -
System Red Green Blue C M Y K H S L
Decimal 72 74 210 0.66 0.65 0 0.18 239.13 0.61 0.55
Hex 48 4A D2 42 41 0 12 EF 3D 37
Octal 110 112 322 102 101 0 22 357 75 67
Binary 1001000 1001010 11010010 1000010 1000001 0 10010 11101111 111101 110111

Color Harmonies of #484AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484AD2

Black with #484AD2

Text Example


Text Example

White with #484AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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