Html Css Color HEX #484ECD Free Speech Blue

📋 copy color: '#484ECD'

red 72 ◦ green 78 ◦ blue 205

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

Shades of Free Speech Blue #484ECD

Tints of Free Speech Blue #484ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 57.75%

R = 20.28%
G = 21.97%
B = 57.75%

CMYK

 C value IS 0.65

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#484ECD (or 0x484ECD) is known color: Free Speech Blue. HEX triplet: 48, 4E and CD. RGB value is (72,78,205). Sum of RGB (Red+Green+Blue) = 72+78+205=355 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.28% from 355); Green value is 78 (30.86% from 255 or 21.97% from 355); Blue value is 205 (80.47% from 255 or 57.75% from 355); Max value from RGB is 205 - color contains mainly: blue. Hex color #484ECD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #484ECD is #B7B132. Grayscale: #5A5A5A. Windows color (decimal): -12038451 or 13454920. OLE color: 13454920.

HSL color Cylindrical-coordinate representation of color #484ECD: hue angle of 237.29º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #484ECD is Cyan = 0.65, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 72 78 205 -
CMYK 0.65 0.62 0 0.20
HSL 237.29º 0.57% 0.54% -
HSV(B) 237.29º 0.65% 0.8% -
XYZ 16.42 11.23 59.06 -
YUV 90.68 192.51 114.67 -
System Red Green Blue C M Y K H S L
Decimal 72 78 205 0.65 0.62 0 0.20 237.29 0.57 0.54
Hex 48 4E CD 41 3E 0 14 ED 39 36
Octal 110 116 315 101 76 0 24 355 71 66
Binary 1001000 1001110 11001101 1000001 111110 0 10100 11101101 111001 110110

Color Harmonies of #484ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484ECD

Black with #484ECD

Text Example


Text Example

White with #484ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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