Html Css Color HEX #485871 Chambray

📋 copy color: '#485871'

red 72 ◦ green 88 ◦ blue 113

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

Shades of Chambray #485871

Tints of Chambray #485871

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 41.39%

R = 26.37%
G = 32.23%
B = 41.39%

CMYK

 C value IS 0.36

 M value IS 0.22

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#485871 (or 0x485871) is known color: Chambray. HEX triplet: 48, 58 and 71. RGB value is (72,88,113). Sum of RGB (Red+Green+Blue) = 72+88+113=273 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.37% from 273); Green value is 88 (34.77% from 255 or 32.23% from 273); Blue value is 113 (44.53% from 255 or 41.39% from 273); Max value from RGB is 113 - color contains mainly: blue. Hex color #485871 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485871 is #B7A78E. Grayscale: #555555. Windows color (decimal): -12035983 or 7428168. OLE color: 7428168.

HSL color Cylindrical-coordinate representation of color #485871: hue angle of 216.59º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #485871 is Cyan = 0.36, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 72 88 113 -
CMYK 0.36 0.22 0 0.56
HSL 216.59º 0.22% 0.36% -
HSV(B) 216.59º 0.36% 0.44% -
XYZ 9.14 9.55 16.98 -
YUV 86.07 143.2 117.97 -
System Red Green Blue C M Y K H S L
Decimal 72 88 113 0.36 0.22 0 0.56 216.59 0.22 0.36
Hex 48 58 71 24 16 0 38 D9 16 24
Octal 110 130 161 44 26 0 70 331 26 44
Binary 1001000 1011000 1110001 100100 10110 0 111000 11011001 10110 100100

Color Harmonies of #485871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485871

Black with #485871

Text Example


Text Example

White with #485871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485871; }

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

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

background-color css

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

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

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

border-color css

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

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

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