Html Css Color HEX #485987 Chambray

📋 copy color: '#485987'

red 72 ◦ green 89 ◦ blue 135

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

Shades of Chambray #485987

Tints of Chambray #485987

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 45.61%

R = 24.32%
G = 30.07%
B = 45.61%

CMYK

 C value IS 0.47

 M value IS 0.34

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#485987 (or 0x485987) is known color: Chambray. HEX triplet: 48, 59 and 87. RGB value is (72,89,135). Sum of RGB (Red+Green+Blue) = 72+89+135=296 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.32% from 296); Green value is 89 (35.16% from 255 or 30.07% from 296); Blue value is 135 (53.12% from 255 or 45.61% from 296); Max value from RGB is 135 - color contains mainly: blue. Hex color #485987 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485987 is #B7A678. Grayscale: #585858. Windows color (decimal): -12035705 or 8870216. OLE color: 8870216.

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

Color convert

RGB 72 89 135 -
CMYK 0.47 0.34 0 0.47
HSL 223.81º 0.3% 0.41% -
HSV(B) 223.81º 0.47% 0.53% -
XYZ 10.62 10.27 24.34 -
YUV 89.16 153.87 115.76 -
System Red Green Blue C M Y K H S L
Decimal 72 89 135 0.47 0.34 0 0.47 223.81 0.3 0.41
Hex 48 59 87 2F 22 0 2F E0 1E 29
Octal 110 131 207 57 42 0 57 340 36 51
Binary 1001000 1011001 10000111 101111 100010 0 101111 11100000 11110 101001

Color Harmonies of #485987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485987

Black with #485987

Text Example


Text Example

White with #485987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485987; }

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

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

background-color css

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

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

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

border-color css

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

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

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