Html Css Color HEX #485585 Chambray

📋 copy color: '#485585'

red 72 ◦ green 85 ◦ blue 133

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

Shades of Chambray #485585

Tints of Chambray #485585

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.31%

 BLUE value IS 133 (52.34% from 255) = 45.86%

R = 24.83%
G = 29.31%
B = 45.86%

CMYK

 C value IS 0.46

 M value IS 0.36

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#485585 (or 0x485585) is known color: Chambray. HEX triplet: 48, 55 and 85. RGB value is (72,85,133). Sum of RGB (Red+Green+Blue) = 72+85+133=290 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.83% from 290); Green value is 85 (33.59% from 255 or 29.31% from 290); Blue value is 133 (52.34% from 255 or 45.86% from 290); Max value from RGB is 133 - color contains mainly: blue. Hex color #485585 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485585 is #B7AA7A. Grayscale: #565656. Windows color (decimal): -12036731 or 8738120. OLE color: 8738120.

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

Color convert

RGB 72 85 133 -
CMYK 0.46 0.36 0 0.48
HSL 227.21º 0.3% 0.4% -
HSV(B) 227.21º 0.46% 0.52% -
XYZ 10.15 9.57 23.5 -
YUV 86.59 154.19 117.6 -
System Red Green Blue C M Y K H S L
Decimal 72 85 133 0.46 0.36 0 0.48 227.21 0.3 0.4
Hex 48 55 85 2E 24 0 30 E3 1E 28
Octal 110 125 205 56 44 0 60 343 36 50
Binary 1001000 1010101 10000101 101110 100100 0 110000 11100011 11110 101000

Color Harmonies of #485585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485585

Black with #485585

Text Example


Text Example

White with #485585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485585; }

 p { color: rgb(72,85,133); }

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

background-color css

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

 a { background-color: rgb(72,85,133); }

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

border-color css

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

 span { border-color: rgb(72,85,133); }

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