Html Css Color HEX #485579 Chambray

📋 copy color: '#485579'

red 72 ◦ green 85 ◦ blue 121

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

Shades of Chambray #485579

Tints of Chambray #485579

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 43.53%

R = 25.9%
G = 30.58%
B = 43.53%

CMYK

 C value IS 0.40

 M value IS 0.30

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#485579 (or 0x485579) is known color: Chambray. HEX triplet: 48, 55 and 79. RGB value is (72,85,121). Sum of RGB (Red+Green+Blue) = 72+85+121=278 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.90% from 278); Green value is 85 (33.59% from 255 or 30.58% from 278); Blue value is 121 (47.66% from 255 or 43.53% from 278); Max value from RGB is 121 - color contains mainly: blue. Hex color #485579 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485579 is #B7AA86. Grayscale: #555555. Windows color (decimal): -12036743 or 7951688. OLE color: 7951688.

HSL color Cylindrical-coordinate representation of color #485579: hue angle of 224.08º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #485579 is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 72 85 121 -
CMYK 0.40 0.30 0 0.53
HSL 224.08º 0.25% 0.38% -
HSV(B) 224.08º 0.4% 0.47% -
XYZ 9.37 9.26 19.38 -
YUV 85.22 148.19 118.57 -
System Red Green Blue C M Y K H S L
Decimal 72 85 121 0.40 0.30 0 0.53 224.08 0.25 0.38
Hex 48 55 79 28 1E 0 35 E0 19 26
Octal 110 125 171 50 36 0 65 340 31 46
Binary 1001000 1010101 1111001 101000 11110 0 110101 11100000 11001 100110

Color Harmonies of #485579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485579

Black with #485579

Text Example


Text Example

White with #485579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485579; }

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

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

background-color css

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

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

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

border-color css

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

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

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