Html Css Color HEX #485B74 Chambray

📋 copy color: '#485B74'

red 72 ◦ green 91 ◦ blue 116

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

Shades of Chambray #485B74

Tints of Chambray #485B74

RGB

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

 GREEN value IS 91 (35.94% from 255) = 32.62%

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

R = 25.81%
G = 32.62%
B = 41.58%

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

#485B74 (or 0x485B74) is known color: Chambray. HEX triplet: 48, 5B and 74. RGB value is (72,91,116). Sum of RGB (Red+Green+Blue) = 72+91+116=279 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.81% from 279); Green value is 91 (35.94% from 255 or 32.62% from 279); Blue value is 116 (45.70% from 255 or 41.58% from 279); Max value from RGB is 116 - color contains mainly: blue. Hex color #485B74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485B74 is #B7A48B. Grayscale: #585858. Windows color (decimal): -12035212 or 7625544. OLE color: 7625544.

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

Color convert

RGB 72 91 116 -
CMYK 0.38 0.22 0 0.55
HSL 214.09º 0.23% 0.37% -
HSV(B) 214.09º 0.38% 0.45% -
XYZ 9.57 10.12 17.97 -
YUV 88.17 143.71 116.47 -
System Red Green Blue C M Y K H S L
Decimal 72 91 116 0.38 0.22 0 0.55 214.09 0.23 0.37
Hex 48 5B 74 26 16 0 37 D6 17 25
Octal 110 133 164 46 26 0 67 326 27 45
Binary 1001000 1011011 1110100 100110 10110 0 110111 11010110 10111 100101

Color Harmonies of #485B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485B74

Black with #485B74

Text Example


Text Example

White with #485B74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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