Html Css Color HEX #485F73 Chambray

📋 copy color: '#485F73'

red 72 ◦ green 95 ◦ blue 115

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

Shades of Chambray #485F73

Tints of Chambray #485F73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 40.78%

R = 25.53%
G = 33.69%
B = 40.78%

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

#485F73 (or 0x485F73) is known color: Chambray. HEX triplet: 48, 5F and 73. RGB value is (72,95,115). Sum of RGB (Red+Green+Blue) = 72+95+115=282 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.53% from 282); Green value is 95 (37.5% from 255 or 33.69% from 282); Blue value is 115 (45.31% from 255 or 40.78% from 282); Max value from RGB is 115 - color contains mainly: blue. Hex color #485F73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485F73 is #B7A08C. Grayscale: #5A5A5A. Windows color (decimal): -12034189 or 7561032. OLE color: 7561032.

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

Color convert

RGB 72 95 115 -
CMYK 0.37 0.17 0 0.55
HSL 207.91º 0.23% 0.37% -
HSV(B) 207.91º 0.37% 0.45% -
XYZ 9.86 10.8 17.78 -
YUV 90.4 141.88 114.87 -
System Red Green Blue C M Y K H S L
Decimal 72 95 115 0.37 0.17 0 0.55 207.91 0.23 0.37
Hex 48 5F 73 25 11 0 37 D0 17 25
Octal 110 137 163 45 21 0 67 320 27 45
Binary 1001000 1011111 1110011 100101 10001 0 110111 11010000 10111 100101

Color Harmonies of #485F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485F73

Black with #485F73

Text Example


Text Example

White with #485F73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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