Html Css Color HEX #485E74 Chambray

📋 copy color: '#485E74'

red 72 ◦ green 94 ◦ blue 116

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

Shades of Chambray #485E74

Tints of Chambray #485E74

RGB

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

 GREEN value IS 94 (37.11% from 255) = 33.33%

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

R = 25.53%
G = 33.33%
B = 41.13%

CMYK

 C value IS 0.38

 M value IS 0.19

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#485E74 (or 0x485E74) is known color: Chambray. HEX triplet: 48, 5E and 74. RGB value is (72,94,116). Sum of RGB (Red+Green+Blue) = 72+94+116=282 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.53% from 282); Green value is 94 (37.11% from 255 or 33.33% from 282); Blue value is 116 (45.70% from 255 or 41.13% from 282); Max value from RGB is 116 - color contains mainly: blue. Hex color #485E74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485E74 is #B7A18B. Grayscale: #595959. Windows color (decimal): -12034444 or 7626312. OLE color: 7626312.

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

Color convert

RGB 72 94 116 -
CMYK 0.38 0.19 0 0.55
HSL 210º 0.23% 0.37% -
HSV(B) 210º 0.38% 0.45% -
XYZ 9.83 10.64 18.06 -
YUV 89.93 142.71 115.21 -
System Red Green Blue C M Y K H S L
Decimal 72 94 116 0.38 0.19 0 0.55 210 0.23 0.37
Hex 48 5E 74 26 13 0 37 D2 17 25
Octal 110 136 164 46 23 0 67 322 27 45
Binary 1001000 1011110 1110100 100110 10011 0 110111 11010010 10111 100101

Color Harmonies of #485E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485E74

Black with #485E74

Text Example


Text Example

White with #485E74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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