Html Css Color HEX #484C5D Blue Zodiac

📋 copy color: '#484C5D'

red 72 ◦ green 76 ◦ blue 93

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

Shades of Blue Zodiac #484C5D

Tints of Blue Zodiac #484C5D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 31.54%

 BLUE value IS 93 (36.72% from 255) = 38.59%

R = 29.88%
G = 31.54%
B = 38.59%

CMYK

 C value IS 0.23

 M value IS 0.18

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#484C5D (or 0x484C5D) is known color: Blue Zodiac. HEX triplet: 48, 4C and 5D. RGB value is (72,76,93). Sum of RGB (Red+Green+Blue) = 72+76+93=241 (31% of max value = 765). Red value is 72 (28.52% from 255 or 29.88% from 241); Green value is 76 (30.08% from 255 or 31.54% from 241); Blue value is 93 (36.72% from 255 or 38.59% from 241); Max value from RGB is 93 - color contains mainly: blue. Hex color #484C5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484C5D is #B7B3A2. Grayscale: #4C4C4C. Windows color (decimal): -12039075 or 6114376. OLE color: 6114376.

HSL color Cylindrical-coordinate representation of color #484C5D: hue angle of 228.57º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #484C5D is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 72 76 93 -
CMYK 0.23 0.18 0 0.64
HSL 228.57º 0.13% 0.32% -
HSV(B) 228.57º 0.23% 0.36% -
XYZ 7.23 7.34 11.39 -
YUV 76.74 137.17 124.62 -
System Red Green Blue C M Y K H S L
Decimal 72 76 93 0.23 0.18 0 0.64 228.57 0.13 0.32
Hex 48 4C 5D 17 12 0 40 E5 D 20
Octal 110 114 135 27 22 0 100 345 15 40
Binary 1001000 1001100 1011101 10111 10010 0 1000000 11100101 1101 100000

Color Harmonies of #484C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484C5D

Black with #484C5D

Text Example


Text Example

White with #484C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,76,93); }

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

background-color css

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

 a { background-color: rgb(72,76,93); }

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

border-color css

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

 span { border-color: rgb(72,76,93); }

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