Html Css Color HEX #485D74 Chambray

📋 copy color: '#485D74'

red 72 ◦ green 93 ◦ blue 116

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

Shades of Chambray #485D74

Tints of Chambray #485D74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 41.28%

R = 25.62%
G = 33.1%
B = 41.28%

CMYK

 C value IS 0.38

 M value IS 0.20

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#485D74 (or 0x485D74) is known color: Chambray. HEX triplet: 48, 5D and 74. RGB value is (72,93,116). Sum of RGB (Red+Green+Blue) = 72+93+116=281 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.62% from 281); Green value is 93 (36.72% from 255 or 33.10% from 281); Blue value is 116 (45.70% from 255 or 41.28% from 281); Max value from RGB is 116 - color contains mainly: blue. Hex color #485D74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485D74 is #B7A28B. Grayscale: #595959. Windows color (decimal): -12034700 or 7626056. OLE color: 7626056.

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

Color convert

RGB 72 93 116 -
CMYK 0.38 0.20 0 0.55
HSL 211.36º 0.23% 0.37% -
HSV(B) 211.36º 0.38% 0.45% -
XYZ 9.74 10.47 18.03 -
YUV 89.34 143.04 115.63 -
System Red Green Blue C M Y K H S L
Decimal 72 93 116 0.38 0.20 0 0.55 211.36 0.23 0.37
Hex 48 5D 74 26 14 0 37 D3 17 25
Octal 110 135 164 46 24 0 67 323 27 45
Binary 1001000 1011101 1110100 100110 10100 0 110111 11010011 10111 100101

Color Harmonies of #485D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485D74

Black with #485D74

Text Example


Text Example

White with #485D74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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