Html Css Color HEX #484FD2 Free Speech Blue

📋 copy color: '#484FD2'

red 72 ◦ green 79 ◦ blue 210

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

Shades of Free Speech Blue #484FD2

Tints of Free Speech Blue #484FD2

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.88%

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

R = 19.94%
G = 21.88%
B = 58.17%

CMYK

 C value IS 0.66

 M value IS 0.62

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#484FD2 (or 0x484FD2) is known color: Free Speech Blue. HEX triplet: 48, 4F and D2. RGB value is (72,79,210). Sum of RGB (Red+Green+Blue) = 72+79+210=361 (47% of max value = 765). Red value is 72 (28.52% from 255 or 19.94% from 361); Green value is 79 (31.25% from 255 or 21.88% from 361); Blue value is 210 (82.42% from 255 or 58.17% from 361); Max value from RGB is 210 - color contains mainly: blue. Hex color #484FD2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #484FD2 is #B7B02D. Grayscale: #5B5B5B. Windows color (decimal): -12038190 or 13782856. OLE color: 13782856.

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

Color convert

RGB 72 79 210 -
CMYK 0.66 0.62 0 0.18
HSL 236.96º 0.61% 0.55% -
HSV(B) 236.96º 0.66% 0.82% -
XYZ 17.1 11.62 62.31 -
YUV 91.84 194.68 113.85 -
System Red Green Blue C M Y K H S L
Decimal 72 79 210 0.66 0.62 0 0.18 236.96 0.61 0.55
Hex 48 4F D2 42 3E 0 12 ED 3D 37
Octal 110 117 322 102 76 0 22 355 75 67
Binary 1001000 1001111 11010010 1000010 111110 0 10010 11101101 111101 110111

Color Harmonies of #484FD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484FD2

Black with #484FD2

Text Example


Text Example

White with #484FD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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