Html Css Color HEX #484ED6 Free Speech Blue

📋 copy color: '#484ED6'

red 72 ◦ green 78 ◦ blue 214

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

Shades of Free Speech Blue #484ED6

Tints of Free Speech Blue #484ED6

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.43%

 BLUE value IS 214 (83.98% from 255) = 58.79%

R = 19.78%
G = 21.43%
B = 58.79%

CMYK

 C value IS 0.66

 M value IS 0.64

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#484ED6 (or 0x484ED6) is known color: Free Speech Blue. HEX triplet: 48, 4E and D6. RGB value is (72,78,214). Sum of RGB (Red+Green+Blue) = 72+78+214=364 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.78% from 364); Green value is 78 (30.86% from 255 or 21.43% from 364); Blue value is 214 (83.98% from 255 or 58.79% from 364); Max value from RGB is 214 - color contains mainly: blue. Hex color #484ED6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #484ED6 is #B7B129. Grayscale: #5B5B5B. Windows color (decimal): -12038442 or 14044744. OLE color: 14044744.

HSL color Cylindrical-coordinate representation of color #484ED6: hue angle of 237.46º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #484ED6 is Cyan = 0.66, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 72 78 214 -
CMYK 0.66 0.64 0 0.16
HSL 237.46º 0.63% 0.56% -
HSV(B) 237.46º 0.66% 0.84% -
XYZ 17.53 11.68 64.95 -
YUV 91.71 197.01 113.94 -
System Red Green Blue C M Y K H S L
Decimal 72 78 214 0.66 0.64 0 0.16 237.46 0.63 0.56
Hex 48 4E D6 42 40 0 10 ED 3F 38
Octal 110 116 326 102 100 0 20 355 77 70
Binary 1001000 1001110 11010110 1000010 1000000 0 10000 11101101 111111 111000

Color Harmonies of #484ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484ED6

Black with #484ED6

Text Example


Text Example

White with #484ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,78,214); }

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

background-color css

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

 a { background-color: rgb(72,78,214); }

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

border-color css

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

 span { border-color: rgb(72,78,214); }

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