Html Css Color HEX #485986 Chambray

📋 copy color: '#485986'

red 72 ◦ green 89 ◦ blue 134

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

Shades of Chambray #485986

Tints of Chambray #485986

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 45.42%

R = 24.41%
G = 30.17%
B = 45.42%

CMYK

 C value IS 0.46

 M value IS 0.34

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#485986 (or 0x485986) is known color: Chambray. HEX triplet: 48, 59 and 86. RGB value is (72,89,134). Sum of RGB (Red+Green+Blue) = 72+89+134=295 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.41% from 295); Green value is 89 (35.16% from 255 or 30.17% from 295); Blue value is 134 (52.73% from 255 or 45.42% from 295); Max value from RGB is 134 - color contains mainly: blue. Hex color #485986 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485986 is #B7A679. Grayscale: #585858. Windows color (decimal): -12035706 or 8804680. OLE color: 8804680.

HSL color Cylindrical-coordinate representation of color #485986: hue angle of 223.55º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #485986 is Cyan = 0.46, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 72 89 134 -
CMYK 0.46 0.34 0 0.47
HSL 223.55º 0.3% 0.4% -
HSV(B) 223.55º 0.46% 0.53% -
XYZ 10.55 10.24 23.98 -
YUV 89.05 153.37 115.84 -
System Red Green Blue C M Y K H S L
Decimal 72 89 134 0.46 0.34 0 0.47 223.55 0.3 0.4
Hex 48 59 86 2E 22 0 2F E0 1E 28
Octal 110 131 206 56 42 0 57 340 36 50
Binary 1001000 1011001 10000110 101110 100010 0 101111 11100000 11110 101000

Color Harmonies of #485986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485986

Black with #485986

Text Example


Text Example

White with #485986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485986; }

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

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

background-color css

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

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

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

border-color css

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

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

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