Html Css Color HEX #485984 Chambray

📋 copy color: '#485984'

red 72 ◦ green 89 ◦ blue 132

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

Shades of Chambray #485984

Tints of Chambray #485984

RGB

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

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

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

R = 24.57%
G = 30.38%
B = 45.05%

CMYK

 C value IS 0.45

 M value IS 0.33

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#485984 (or 0x485984) is known color: Chambray. HEX triplet: 48, 59 and 84. RGB value is (72,89,132). Sum of RGB (Red+Green+Blue) = 72+89+132=293 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.57% from 293); Green value is 89 (35.16% from 255 or 30.38% from 293); Blue value is 132 (51.95% from 255 or 45.05% from 293); Max value from RGB is 132 - color contains mainly: blue. Hex color #485984 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485984 is #B7A67B. Grayscale: #585858. Windows color (decimal): -12035708 or 8673608. OLE color: 8673608.

HSL color Cylindrical-coordinate representation of color #485984: hue angle of 223º 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 #485984 is Cyan = 0.45, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 72 89 132 -
CMYK 0.45 0.33 0 0.48
HSL 223º 0.29% 0.4% -
HSV(B) 223º 0.45% 0.52% -
XYZ 10.41 10.19 23.25 -
YUV 88.82 152.37 116 -
System Red Green Blue C M Y K H S L
Decimal 72 89 132 0.45 0.33 0 0.48 223 0.29 0.4
Hex 48 59 84 2D 21 0 30 DF 1D 28
Octal 110 131 204 55 41 0 60 337 35 50
Binary 1001000 1011001 10000100 101101 100001 0 110000 11011111 11101 101000

Color Harmonies of #485984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485984

Black with #485984

Text Example


Text Example

White with #485984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485984; }

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

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

background-color css

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

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

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

border-color css

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

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

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