Html Css Color HEX #485577 Chambray

📋 copy color: '#485577'

red 72 ◦ green 85 ◦ blue 119

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

Shades of Chambray #485577

Tints of Chambray #485577

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.8%

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

R = 26.09%
G = 30.8%
B = 43.12%

CMYK

 C value IS 0.39

 M value IS 0.29

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#485577 (or 0x485577) is known color: Chambray. HEX triplet: 48, 55 and 77. RGB value is (72,85,119). Sum of RGB (Red+Green+Blue) = 72+85+119=276 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.09% from 276); Green value is 85 (33.59% from 255 or 30.80% from 276); Blue value is 119 (46.88% from 255 or 43.12% from 276); Max value from RGB is 119 - color contains mainly: blue. Hex color #485577 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485577 is #B7AA88. Grayscale: #545454. Windows color (decimal): -12036745 or 7820616. OLE color: 7820616.

HSL color Cylindrical-coordinate representation of color #485577: hue angle of 223.4º 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 #485577 is Cyan = 0.39, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 72 85 119 -
CMYK 0.39 0.29 0 0.53
HSL 223.4º 0.25% 0.37% -
HSV(B) 223.4º 0.39% 0.47% -
XYZ 9.25 9.21 18.74 -
YUV 84.99 147.19 118.74 -
System Red Green Blue C M Y K H S L
Decimal 72 85 119 0.39 0.29 0 0.53 223.4 0.25 0.37
Hex 48 55 77 27 1D 0 35 DF 19 25
Octal 110 125 167 47 35 0 65 337 31 45
Binary 1001000 1010101 1110111 100111 11101 0 110101 11011111 11001 100101

Color Harmonies of #485577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485577

Black with #485577

Text Example


Text Example

White with #485577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485577; }

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

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

background-color css

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

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

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

border-color css

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

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

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