Html Css Color HEX #485975 Chambray

📋 copy color: '#485975'

red 72 ◦ green 89 ◦ blue 117

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

Shades of Chambray #485975

Tints of Chambray #485975

RGB

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

 GREEN value IS 89 (35.16% from 255) = 32.01%

 BLUE value IS 117 (46.09% from 255) = 42.09%

R = 25.9%
G = 32.01%
B = 42.09%

CMYK

 C value IS 0.38

 M value IS 0.24

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#485975 (or 0x485975) is known color: Chambray. HEX triplet: 48, 59 and 75. RGB value is (72,89,117). Sum of RGB (Red+Green+Blue) = 72+89+117=278 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.90% from 278); Green value is 89 (35.16% from 255 or 32.01% from 278); Blue value is 117 (46.09% from 255 or 42.09% from 278); Max value from RGB is 117 - color contains mainly: blue. Hex color #485975 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485975 is #B7A68A. Grayscale: #565656. Windows color (decimal): -12035723 or 7690568. OLE color: 7690568.

HSL color Cylindrical-coordinate representation of color #485975: hue angle of 217.33º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #485975 is Cyan = 0.38, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 72 89 117 -
CMYK 0.38 0.24 0 0.54
HSL 217.33º 0.24% 0.37% -
HSV(B) 217.33º 0.38% 0.46% -
XYZ 9.46 9.81 18.22 -
YUV 87.11 144.87 117.22 -
System Red Green Blue C M Y K H S L
Decimal 72 89 117 0.38 0.24 0 0.54 217.33 0.24 0.37
Hex 48 59 75 26 18 0 36 D9 18 25
Octal 110 131 165 46 30 0 66 331 30 45
Binary 1001000 1011001 1110101 100110 11000 0 110110 11011001 11000 100101

Color Harmonies of #485975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485975

Black with #485975

Text Example


Text Example

White with #485975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485975; }

 p { color: rgb(72,89,117); }

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

background-color css

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

 a { background-color: rgb(72,89,117); }

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

border-color css

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

 span { border-color: rgb(72,89,117); }

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