Html Css Color HEX #485974 Chambray

📋 copy color: '#485974'

red 72 ◦ green 89 ◦ blue 116

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

Shades of Chambray #485974

Tints of Chambray #485974

RGB

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

 GREEN value IS 89 (35.16% from 255) = 32.13%

 BLUE value IS 116 (45.7% from 255) = 41.88%

R = 25.99%
G = 32.13%
B = 41.88%

CMYK

 C value IS 0.38

 M value IS 0.23

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#485974 (or 0x485974) is known color: Chambray. HEX triplet: 48, 59 and 74. RGB value is (72,89,116). Sum of RGB (Red+Green+Blue) = 72+89+116=277 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.99% from 277); Green value is 89 (35.16% from 255 or 32.13% from 277); Blue value is 116 (45.70% from 255 or 41.88% from 277); Max value from RGB is 116 - color contains mainly: blue. Hex color #485974 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485974 is #B7A68B. Grayscale: #565656. Windows color (decimal): -12035724 or 7625032. OLE color: 7625032.

HSL color Cylindrical-coordinate representation of color #485974: hue angle of 216.82º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #485974 is Cyan = 0.38, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 72 89 116 -
CMYK 0.38 0.23 0 0.55
HSL 216.82º 0.23% 0.37% -
HSV(B) 216.82º 0.38% 0.45% -
XYZ 9.4 9.78 17.92 -
YUV 87 144.37 117.3 -
System Red Green Blue C M Y K H S L
Decimal 72 89 116 0.38 0.23 0 0.55 216.82 0.23 0.37
Hex 48 59 74 26 17 0 37 D9 17 25
Octal 110 131 164 46 27 0 67 331 27 45
Binary 1001000 1011001 1110100 100110 10111 0 110111 11011001 10111 100101

Color Harmonies of #485974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485974

Black with #485974

Text Example


Text Example

White with #485974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485974; }

 p { color: rgb(72,89,116); }

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

background-color css

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

 a { background-color: rgb(72,89,116); }

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

border-color css

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

 span { border-color: rgb(72,89,116); }

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