Html Css Color HEX #485A71 Chambray

📋 copy color: '#485A71'

red 72 ◦ green 90 ◦ blue 113

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

Shades of Chambray #485A71

Tints of Chambray #485A71

RGB

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

 GREEN value IS 90 (35.55% from 255) = 32.73%

 BLUE value IS 113 (44.53% from 255) = 41.09%

R = 26.18%
G = 32.73%
B = 41.09%

CMYK

 C value IS 0.36

 M value IS 0.20

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#485A71 (or 0x485A71) is known color: Chambray. HEX triplet: 48, 5A and 71. RGB value is (72,90,113). Sum of RGB (Red+Green+Blue) = 72+90+113=275 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.18% from 275); Green value is 90 (35.55% from 255 or 32.73% from 275); Blue value is 113 (44.53% from 255 or 41.09% from 275); Max value from RGB is 113 - color contains mainly: blue. Hex color #485A71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485A71 is #B7A58E. Grayscale: #575757. Windows color (decimal): -12035471 or 7428680. OLE color: 7428680.

HSL color Cylindrical-coordinate representation of color #485A71: hue angle of 213.66º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #485A71 is Cyan = 0.36, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 72 90 113 -
CMYK 0.36 0.20 0 0.56
HSL 213.66º 0.22% 0.36% -
HSV(B) 213.66º 0.36% 0.44% -
XYZ 9.31 9.88 17.04 -
YUV 87.24 142.54 117.13 -
System Red Green Blue C M Y K H S L
Decimal 72 90 113 0.36 0.20 0 0.56 213.66 0.22 0.36
Hex 48 5A 71 24 14 0 38 D6 16 24
Octal 110 132 161 44 24 0 70 326 26 44
Binary 1001000 1011010 1110001 100100 10100 0 111000 11010110 10110 100100

Color Harmonies of #485A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485A71

Black with #485A71

Text Example


Text Example

White with #485A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485A71; }

 p { color: rgb(72,90,113); }

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

background-color css

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

 a { background-color: rgb(72,90,113); }

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

border-color css

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

 span { border-color: rgb(72,90,113); }

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