Html Css Color HEX #485C74 Chambray

📋 copy color: '#485C74'

red 72 ◦ green 92 ◦ blue 116

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

Shades of Chambray #485C74

Tints of Chambray #485C74

RGB

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

 GREEN value IS 92 (36.33% from 255) = 32.86%

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

R = 25.71%
G = 32.86%
B = 41.43%

CMYK

 C value IS 0.38

 M value IS 0.21

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#485C74 (or 0x485C74) is known color: Chambray. HEX triplet: 48, 5C and 74. RGB value is (72,92,116). Sum of RGB (Red+Green+Blue) = 72+92+116=280 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.71% from 280); Green value is 92 (36.33% from 255 or 32.86% from 280); Blue value is 116 (45.70% from 255 or 41.43% from 280); Max value from RGB is 116 - color contains mainly: blue. Hex color #485C74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485C74 is #B7A38B. Grayscale: #585858. Windows color (decimal): -12034956 or 7625800. OLE color: 7625800.

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

Color convert

RGB 72 92 116 -
CMYK 0.38 0.21 0 0.55
HSL 212.73º 0.23% 0.37% -
HSV(B) 212.73º 0.38% 0.45% -
XYZ 9.65 10.29 18 -
YUV 88.76 143.37 116.05 -
System Red Green Blue C M Y K H S L
Decimal 72 92 116 0.38 0.21 0 0.55 212.73 0.23 0.37
Hex 48 5C 74 26 15 0 37 D5 17 25
Octal 110 134 164 46 25 0 67 325 27 45
Binary 1001000 1011100 1110100 100110 10101 0 110111 11010101 10111 100101

Color Harmonies of #485C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485C74

Black with #485C74

Text Example


Text Example

White with #485C74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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