Html Css Color HEX #485A74 Chambray

📋 copy color: '#485A74'

red 72 ◦ green 90 ◦ blue 116

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

Shades of Chambray #485A74

Tints of Chambray #485A74

RGB

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

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

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

R = 25.9%
G = 32.37%
B = 41.73%

CMYK

 C value IS 0.38

 M value IS 0.22

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#485A74 (or 0x485A74) is known color: Chambray. HEX triplet: 48, 5A and 74. RGB value is (72,90,116). Sum of RGB (Red+Green+Blue) = 72+90+116=278 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.90% from 278); Green value is 90 (35.55% from 255 or 32.37% from 278); Blue value is 116 (45.70% from 255 or 41.73% from 278); Max value from RGB is 116 - color contains mainly: blue. Hex color #485A74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485A74 is #B7A58B. Grayscale: #575757. Windows color (decimal): -12035468 or 7625288. OLE color: 7625288.

HSL color Cylindrical-coordinate representation of color #485A74: hue angle of 215.45º 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 #485A74 is Cyan = 0.38, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 72 90 116 -
CMYK 0.38 0.22 0 0.55
HSL 215.45º 0.23% 0.37% -
HSV(B) 215.45º 0.38% 0.45% -
XYZ 9.48 9.95 17.94 -
YUV 87.58 144.04 116.89 -
System Red Green Blue C M Y K H S L
Decimal 72 90 116 0.38 0.22 0 0.55 215.45 0.23 0.37
Hex 48 5A 74 26 16 0 37 D7 17 25
Octal 110 132 164 46 26 0 67 327 27 45
Binary 1001000 1011010 1110100 100110 10110 0 110111 11010111 10111 100101

Color Harmonies of #485A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485A74

Black with #485A74

Text Example


Text Example

White with #485A74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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