Html Css Color HEX #485B72 Chambray

📋 copy color: '#485B72'

red 72 ◦ green 91 ◦ blue 114

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

Shades of Chambray #485B72

Tints of Chambray #485B72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 41.16%

R = 25.99%
G = 32.85%
B = 41.16%

CMYK

 C value IS 0.37

 M value IS 0.20

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#485B72 (or 0x485B72) is known color: Chambray. HEX triplet: 48, 5B and 72. RGB value is (72,91,114). Sum of RGB (Red+Green+Blue) = 72+91+114=277 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.99% from 277); Green value is 91 (35.94% from 255 or 32.85% from 277); Blue value is 114 (44.92% from 255 or 41.16% from 277); Max value from RGB is 114 - color contains mainly: blue. Hex color #485B72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485B72 is #B7A48D. Grayscale: #575757. Windows color (decimal): -12035214 or 7494472. OLE color: 7494472.

HSL color Cylindrical-coordinate representation of color #485B72: hue angle of 212.86º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #485B72 is Cyan = 0.37, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 72 91 114 -
CMYK 0.37 0.20 0 0.55
HSL 212.86º 0.23% 0.36% -
HSV(B) 212.86º 0.37% 0.45% -
XYZ 9.45 10.07 17.37 -
YUV 87.94 142.71 116.63 -
System Red Green Blue C M Y K H S L
Decimal 72 91 114 0.37 0.20 0 0.55 212.86 0.23 0.36
Hex 48 5B 72 25 14 0 37 D5 17 24
Octal 110 133 162 45 24 0 67 325 27 44
Binary 1001000 1011011 1110010 100101 10100 0 110111 11010101 10111 100100

Color Harmonies of #485B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485B72

Black with #485B72

Text Example


Text Example

White with #485B72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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