Html Css Color HEX #485584 Chambray

📋 copy color: '#485584'

red 72 ◦ green 85 ◦ blue 132

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

Shades of Chambray #485584

Tints of Chambray #485584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 45.67%

R = 24.91%
G = 29.41%
B = 45.67%

CMYK

 C value IS 0.45

 M value IS 0.36

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#485584 (or 0x485584) is known color: Chambray. HEX triplet: 48, 55 and 84. RGB value is (72,85,132). Sum of RGB (Red+Green+Blue) = 72+85+132=289 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.91% from 289); Green value is 85 (33.59% from 255 or 29.41% from 289); Blue value is 132 (51.95% from 255 or 45.67% from 289); Max value from RGB is 132 - color contains mainly: blue. Hex color #485584 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485584 is #B7AA7B. Grayscale: #565656. Windows color (decimal): -12036732 or 8672584. OLE color: 8672584.

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

Color convert

RGB 72 85 132 -
CMYK 0.45 0.36 0 0.48
HSL 227º 0.29% 0.4% -
HSV(B) 227º 0.45% 0.52% -
XYZ 10.09 9.54 23.14 -
YUV 86.47 153.69 117.68 -
System Red Green Blue C M Y K H S L
Decimal 72 85 132 0.45 0.36 0 0.48 227 0.29 0.4
Hex 48 55 84 2D 24 0 30 E3 1D 28
Octal 110 125 204 55 44 0 60 343 35 50
Binary 1001000 1010101 10000100 101101 100100 0 110000 11100011 11101 101000

Color Harmonies of #485584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485584

Black with #485584

Text Example


Text Example

White with #485584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485584; }

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

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

background-color css

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

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

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

border-color css

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

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

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