Html Css Color HEX #486084 Chambray

📋 copy color: '#486084'

red 72 ◦ green 96 ◦ blue 132

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

Shades of Chambray #486084

Tints of Chambray #486084

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32%

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

R = 24%
G = 32%
B = 44%

CMYK

 C value IS 0.45

 M value IS 0.27

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#486084 (or 0x486084) is known color: Chambray. HEX triplet: 48, 60 and 84. RGB value is (72,96,132). Sum of RGB (Red+Green+Blue) = 72+96+132=300 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24% from 300); Green value is 96 (37.89% from 255 or 32% from 300); Blue value is 132 (51.95% from 255 or 44% from 300); Max value from RGB is 132 - color contains mainly: blue. Hex color #486084 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486084 is #B79F7B. Grayscale: #5C5C5C. Windows color (decimal): -12033916 or 8675400. OLE color: 8675400.

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

Color convert

RGB 72 96 132 -
CMYK 0.45 0.27 0 0.48
HSL 216º 0.29% 0.4% -
HSV(B) 216º 0.45% 0.52% -
XYZ 11.02 11.41 23.45 -
YUV 92.93 150.05 113.07 -
System Red Green Blue C M Y K H S L
Decimal 72 96 132 0.45 0.27 0 0.48 216 0.29 0.4
Hex 48 60 84 2D 1B 0 30 D8 1D 28
Octal 110 140 204 55 33 0 60 330 35 50
Binary 1001000 1100000 10000100 101101 11011 0 110000 11011000 11101 101000

Color Harmonies of #486084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486084

Black with #486084

Text Example


Text Example

White with #486084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486084; }

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

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

background-color css

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

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

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

border-color css

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

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

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