Html Css Color HEX #485F72 Chambray

📋 copy color: '#485F72'

red 72 ◦ green 95 ◦ blue 114

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

Shades of Chambray #485F72

Tints of Chambray #485F72

RGB

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

 GREEN value IS 95 (37.5% from 255) = 33.81%

 BLUE value IS 114 (44.92% from 255) = 40.57%

R = 25.62%
G = 33.81%
B = 40.57%

CMYK

 C value IS 0.37

 M value IS 0.17

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#485F72 (or 0x485F72) is known color: Chambray. HEX triplet: 48, 5F and 72. RGB value is (72,95,114). Sum of RGB (Red+Green+Blue) = 72+95+114=281 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.62% from 281); Green value is 95 (37.5% from 255 or 33.81% from 281); Blue value is 114 (44.92% from 255 or 40.57% from 281); Max value from RGB is 114 - color contains mainly: blue. Hex color #485F72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485F72 is #B7A08D. Grayscale: #5A5A5A. Windows color (decimal): -12034190 or 7495496. OLE color: 7495496.

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

Color convert

RGB 72 95 114 -
CMYK 0.37 0.17 0 0.55
HSL 207.14º 0.23% 0.36% -
HSV(B) 207.14º 0.37% 0.45% -
XYZ 9.8 10.78 17.48 -
YUV 90.29 141.38 114.96 -
System Red Green Blue C M Y K H S L
Decimal 72 95 114 0.37 0.17 0 0.55 207.14 0.23 0.36
Hex 48 5F 72 25 11 0 37 CF 17 24
Octal 110 137 162 45 21 0 67 317 27 44
Binary 1001000 1011111 1110010 100101 10001 0 110111 11001111 10111 100100

Color Harmonies of #485F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485F72

Black with #485F72

Text Example


Text Example

White with #485F72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,95,114); }

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

background-color css

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

 a { background-color: rgb(72,95,114); }

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

border-color css

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

 span { border-color: rgb(72,95,114); }

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