Html Css Color HEX #484C5B Blue Zodiac

📋 copy color: '#484C5B'

red 72 ◦ green 76 ◦ blue 91

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

Shades of Blue Zodiac #484C5B

Tints of Blue Zodiac #484C5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 38.08%

R = 30.13%
G = 31.8%
B = 38.08%

CMYK

 C value IS 0.21

 M value IS 0.16

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#484C5B (or 0x484C5B) is known color: Blue Zodiac. HEX triplet: 48, 4C and 5B. RGB value is (72,76,91). Sum of RGB (Red+Green+Blue) = 72+76+91=239 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.13% from 239); Green value is 76 (30.08% from 255 or 31.80% from 239); Blue value is 91 (35.94% from 255 or 38.08% from 239); Max value from RGB is 91 - color contains mainly: blue. Hex color #484C5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484C5B is #B7B3A4. Grayscale: #4C4C4C. Windows color (decimal): -12039077 or 5983304. OLE color: 5983304.

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

Color convert

RGB 72 76 91 -
CMYK 0.21 0.16 0 0.64
HSL 227.37º 0.12% 0.32% -
HSV(B) 227.37º 0.21% 0.36% -
XYZ 7.15 7.3 10.93 -
YUV 76.51 136.17 124.78 -
System Red Green Blue C M Y K H S L
Decimal 72 76 91 0.21 0.16 0 0.64 227.37 0.12 0.32
Hex 48 4C 5B 15 10 0 40 E3 C 20
Octal 110 114 133 25 20 0 100 343 14 40
Binary 1001000 1001100 1011011 10101 10000 0 1000000 11100011 1100 100000

Color Harmonies of #484C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484C5B

Black with #484C5B

Text Example


Text Example

White with #484C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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