Html Css Color HEX #485E71 Chambray

📋 copy color: '#485E71'

red 72 ◦ green 94 ◦ blue 113

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

Shades of Chambray #485E71

Tints of Chambray #485E71

RGB

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

 GREEN value IS 94 (37.11% from 255) = 33.69%

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

R = 25.81%
G = 33.69%
B = 40.5%

CMYK

 C value IS 0.36

 M value IS 0.17

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#485E71 (or 0x485E71) is known color: Chambray. HEX triplet: 48, 5E and 71. RGB value is (72,94,113). Sum of RGB (Red+Green+Blue) = 72+94+113=279 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.81% from 279); Green value is 94 (37.11% from 255 or 33.69% from 279); Blue value is 113 (44.53% from 255 or 40.50% from 279); Max value from RGB is 113 - color contains mainly: blue. Hex color #485E71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485E71 is #B7A18E. Grayscale: #595959. Windows color (decimal): -12034447 or 7429704. OLE color: 7429704.

HSL color Cylindrical-coordinate representation of color #485E71: hue angle of 207.8º 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 #485E71 is Cyan = 0.36, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 72 94 113 -
CMYK 0.36 0.17 0 0.56
HSL 207.8º 0.22% 0.36% -
HSV(B) 207.8º 0.36% 0.44% -
XYZ 9.66 10.58 17.16 -
YUV 89.59 141.21 115.46 -
System Red Green Blue C M Y K H S L
Decimal 72 94 113 0.36 0.17 0 0.56 207.8 0.22 0.36
Hex 48 5E 71 24 11 0 38 D0 16 24
Octal 110 136 161 44 21 0 70 320 26 44
Binary 1001000 1011110 1110001 100100 10001 0 111000 11010000 10110 100100

Color Harmonies of #485E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485E71

Black with #485E71

Text Example


Text Example

White with #485E71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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