Html Css Color HEX #485A79 Chambray

📋 copy color: '#485A79'

red 72 ◦ green 90 ◦ blue 121

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

Shades of Chambray #485A79

Tints of Chambray #485A79

RGB

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

 GREEN value IS 90 (35.55% from 255) = 31.8%

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

R = 25.44%
G = 31.8%
B = 42.76%

CMYK

 C value IS 0.40

 M value IS 0.26

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#485A79 (or 0x485A79) is known color: Chambray. HEX triplet: 48, 5A and 79. RGB value is (72,90,121). Sum of RGB (Red+Green+Blue) = 72+90+121=283 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.44% from 283); Green value is 90 (35.55% from 255 or 31.80% from 283); Blue value is 121 (47.66% from 255 or 42.76% from 283); Max value from RGB is 121 - color contains mainly: blue. Hex color #485A79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485A79 is #B7A586. Grayscale: #585858. Windows color (decimal): -12035463 or 7952968. OLE color: 7952968.

HSL color Cylindrical-coordinate representation of color #485A79: hue angle of 217.96º 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 #485A79 is Cyan = 0.40, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 72 90 121 -
CMYK 0.40 0.26 0 0.53
HSL 217.96º 0.25% 0.38% -
HSV(B) 217.96º 0.4% 0.47% -
XYZ 9.78 10.07 19.52 -
YUV 88.15 146.54 116.48 -
System Red Green Blue C M Y K H S L
Decimal 72 90 121 0.40 0.26 0 0.53 217.96 0.25 0.38
Hex 48 5A 79 28 1A 0 35 DA 19 26
Octal 110 132 171 50 32 0 65 332 31 46
Binary 1001000 1011010 1111001 101000 11010 0 110101 11011010 11001 100110

Color Harmonies of #485A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485A79

Black with #485A79

Text Example


Text Example

White with #485A79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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