Html Css Color HEX #485C71 Chambray

📋 copy color: '#485C71'

red 72 ◦ green 92 ◦ blue 113

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

Shades of Chambray #485C71

Tints of Chambray #485C71

RGB

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

 GREEN value IS 92 (36.33% from 255) = 33.21%

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

R = 25.99%
G = 33.21%
B = 40.79%

CMYK

 C value IS 0.36

 M value IS 0.19

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#485C71 (or 0x485C71) is known color: Chambray. HEX triplet: 48, 5C and 71. RGB value is (72,92,113). Sum of RGB (Red+Green+Blue) = 72+92+113=277 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.99% from 277); Green value is 92 (36.33% from 255 or 33.21% from 277); Blue value is 113 (44.53% from 255 or 40.79% from 277); Max value from RGB is 113 - color contains mainly: blue. Hex color #485C71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485C71 is #B7A38E. Grayscale: #585858. Windows color (decimal): -12034959 or 7429192. OLE color: 7429192.

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

Color convert

RGB 72 92 113 -
CMYK 0.36 0.19 0 0.56
HSL 210.73º 0.22% 0.36% -
HSV(B) 210.73º 0.36% 0.44% -
XYZ 9.48 10.22 17.1 -
YUV 88.41 141.87 116.29 -
System Red Green Blue C M Y K H S L
Decimal 72 92 113 0.36 0.19 0 0.56 210.73 0.22 0.36
Hex 48 5C 71 24 13 0 38 D3 16 24
Octal 110 134 161 44 23 0 70 323 26 44
Binary 1001000 1011100 1110001 100100 10011 0 111000 11010011 10110 100100

Color Harmonies of #485C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485C71

Black with #485C71

Text Example


Text Example

White with #485C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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