Html Css Color HEX #484A54 Blue Zodiac

📋 copy color: '#484A54'

red 72 ◦ green 74 ◦ blue 84

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

Shades of Blue Zodiac #484A54

Tints of Blue Zodiac #484A54

RGB

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

 GREEN value IS 74 (29.3% from 255) = 32.17%

 BLUE value IS 84 (33.2% from 255) = 36.52%

R = 31.3%
G = 32.17%
B = 36.52%

CMYK

 C value IS 0.14

 M value IS 0.12

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#484A54 (or 0x484A54) is known color: Blue Zodiac. HEX triplet: 48, 4A and 54. RGB value is (72,74,84). Sum of RGB (Red+Green+Blue) = 72+74+84=230 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.30% from 230); Green value is 74 (29.30% from 255 or 32.17% from 230); Blue value is 84 (33.20% from 255 or 36.52% from 230); Max value from RGB is 84 - color contains mainly: blue. Hex color #484A54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484A54 is #B7B5AB. Grayscale: #4A4A4A. Windows color (decimal): -12039596 or 5524040. OLE color: 5524040.

HSL color Cylindrical-coordinate representation of color #484A54: hue angle of 230º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #484A54 is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 72 74 84 -
CMYK 0.14 0.12 0 0.67
HSL 230º 0.08% 0.31% -
HSV(B) 230º 0.14% 0.33% -
XYZ 6.72 6.92 9.37 -
YUV 74.54 133.34 126.19 -
System Red Green Blue C M Y K H S L
Decimal 72 74 84 0.14 0.12 0 0.67 230 0.08 0.31
Hex 48 4A 54 E C 0 43 E6 8 1F
Octal 110 112 124 16 14 0 103 346 10 37
Binary 1001000 1001010 1010100 1110 1100 0 1000011 11100110 1000 11111

Color Harmonies of #484A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484A54

Black with #484A54

Text Example


Text Example

White with #484A54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,74,84); }

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

background-color css

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

 a { background-color: rgb(72,74,84); }

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

border-color css

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

 span { border-color: rgb(72,74,84); }

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