Html Css Color HEX #485874 Chambray

📋 copy color: '#485874'

red 72 ◦ green 88 ◦ blue 116

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

Shades of Chambray #485874

Tints of Chambray #485874

RGB

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

 GREEN value IS 88 (34.77% from 255) = 31.88%

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

R = 26.09%
G = 31.88%
B = 42.03%

CMYK

 C value IS 0.38

 M value IS 0.24

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#485874 (or 0x485874) is known color: Chambray. HEX triplet: 48, 58 and 74. RGB value is (72,88,116). Sum of RGB (Red+Green+Blue) = 72+88+116=276 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.09% from 276); Green value is 88 (34.77% from 255 or 31.88% from 276); Blue value is 116 (45.70% from 255 or 42.03% from 276); Max value from RGB is 116 - color contains mainly: blue. Hex color #485874 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485874 is #B7A78B. Grayscale: #565656. Windows color (decimal): -12035980 or 7624776. OLE color: 7624776.

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

Color convert

RGB 72 88 116 -
CMYK 0.38 0.24 0 0.55
HSL 218.18º 0.23% 0.37% -
HSV(B) 218.18º 0.38% 0.45% -
XYZ 9.31 9.62 17.89 -
YUV 86.41 144.7 117.72 -
System Red Green Blue C M Y K H S L
Decimal 72 88 116 0.38 0.24 0 0.55 218.18 0.23 0.37
Hex 48 58 74 26 18 0 37 DA 17 25
Octal 110 130 164 46 30 0 67 332 27 45
Binary 1001000 1011000 1110100 100110 11000 0 110111 11011010 10111 100101

Color Harmonies of #485874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485874

Black with #485874

Text Example


Text Example

White with #485874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485874; }

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

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

background-color css

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

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

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

border-color css

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

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

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