Html Css Color HEX #485D72 Chambray

📋 copy color: '#485D72'

red 72 ◦ green 93 ◦ blue 114

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

Shades of Chambray #485D72

Tints of Chambray #485D72

RGB

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

 GREEN value IS 93 (36.72% from 255) = 33.33%

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

R = 25.81%
G = 33.33%
B = 40.86%

CMYK

 C value IS 0.37

 M value IS 0.18

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#485D72 (or 0x485D72) is known color: Chambray. HEX triplet: 48, 5D and 72. RGB value is (72,93,114). Sum of RGB (Red+Green+Blue) = 72+93+114=279 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.81% from 279); Green value is 93 (36.72% from 255 or 33.33% from 279); Blue value is 114 (44.92% from 255 or 40.86% from 279); Max value from RGB is 114 - color contains mainly: blue. Hex color #485D72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485D72 is #B7A28D. Grayscale: #595959. Windows color (decimal): -12034702 or 7494984. OLE color: 7494984.

HSL color Cylindrical-coordinate representation of color #485D72: hue angle of 210º 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 #485D72 is Cyan = 0.37, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 72 93 114 -
CMYK 0.37 0.18 0 0.55
HSL 210º 0.23% 0.36% -
HSV(B) 210º 0.37% 0.45% -
XYZ 9.62 10.42 17.42 -
YUV 89.12 142.04 115.79 -
System Red Green Blue C M Y K H S L
Decimal 72 93 114 0.37 0.18 0 0.55 210 0.23 0.36
Hex 48 5D 72 25 12 0 37 D2 17 24
Octal 110 135 162 45 22 0 67 322 27 44
Binary 1001000 1011101 1110010 100101 10010 0 110111 11010010 10111 100100

Color Harmonies of #485D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485D72

Black with #485D72

Text Example


Text Example

White with #485D72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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