Html Css Color HEX #484ECC Free Speech Blue

📋 copy color: '#484ECC'

red 72 ◦ green 78 ◦ blue 204

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

Shades of Free Speech Blue #484ECC

Tints of Free Speech Blue #484ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 57.63%

R = 20.34%
G = 22.03%
B = 57.63%

CMYK

 C value IS 0.65

 M value IS 0.62

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#484ECC (or 0x484ECC) is known color: Free Speech Blue. HEX triplet: 48, 4E and CC. RGB value is (72,78,204). Sum of RGB (Red+Green+Blue) = 72+78+204=354 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.34% from 354); Green value is 78 (30.86% from 255 or 22.03% from 354); Blue value is 204 (80.08% from 255 or 57.63% from 354); Max value from RGB is 204 - color contains mainly: blue. Hex color #484ECC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #484ECC is #B7B133. Grayscale: #5A5A5A. Windows color (decimal): -12038452 or 13389384. OLE color: 13389384.

HSL color Cylindrical-coordinate representation of color #484ECC: hue angle of 237.27º degrees, saturation: 0.56, 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 #484ECC is Cyan = 0.65, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 72 78 204 -
CMYK 0.65 0.62 0 0.2
HSL 237.27º 0.56% 0.54% -
HSV(B) 237.27º 0.65% 0.8% -
XYZ 16.3 11.19 58.43 -
YUV 90.57 192.01 114.75 -
System Red Green Blue C M Y K H S L
Decimal 72 78 204 0.65 0.62 0 0.2 237.27 0.56 0.54
Hex 48 4E CC 41 3E 0 14 ED 38 36
Octal 110 116 314 101 76 0 24 355 70 66
Binary 1001000 1001110 11001100 1000001 111110 0 10100 11101101 111000 110110

Color Harmonies of #484ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484ECC

Black with #484ECC

Text Example


Text Example

White with #484ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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