Html Css Color HEX #485D77 Chambray

📋 copy color: '#485D77'

red 72 ◦ green 93 ◦ blue 119

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

Shades of Chambray #485D77

Tints of Chambray #485D77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 41.9%

R = 25.35%
G = 32.75%
B = 41.9%

CMYK

 C value IS 0.39

 M value IS 0.22

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#485D77 (or 0x485D77) is known color: Chambray. HEX triplet: 48, 5D and 77. RGB value is (72,93,119). Sum of RGB (Red+Green+Blue) = 72+93+119=284 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.35% from 284); Green value is 93 (36.72% from 255 or 32.75% from 284); Blue value is 119 (46.88% from 255 or 41.90% from 284); Max value from RGB is 119 - color contains mainly: blue. Hex color #485D77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485D77 is #B7A288. Grayscale: #595959. Windows color (decimal): -12034697 or 7822664. OLE color: 7822664.

HSL color Cylindrical-coordinate representation of color #485D77: hue angle of 213.19º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #485D77 is Cyan = 0.39, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 72 93 119 -
CMYK 0.39 0.22 0 0.53
HSL 213.19º 0.25% 0.37% -
HSV(B) 213.19º 0.39% 0.47% -
XYZ 9.92 10.54 18.96 -
YUV 89.69 144.54 115.39 -
System Red Green Blue C M Y K H S L
Decimal 72 93 119 0.39 0.22 0 0.53 213.19 0.25 0.37
Hex 48 5D 77 27 16 0 35 D5 19 25
Octal 110 135 167 47 26 0 65 325 31 45
Binary 1001000 1011101 1110111 100111 10110 0 110101 11010101 11001 100101

Color Harmonies of #485D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485D77

Black with #485D77

Text Example


Text Example

White with #485D77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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