Html Css Color HEX #486083 Chambray

📋 copy color: '#486083'

red 72 ◦ green 96 ◦ blue 131

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

Shades of Chambray #486083

Tints of Chambray #486083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 43.81%

R = 24.08%
G = 32.11%
B = 43.81%

CMYK

 C value IS 0.45

 M value IS 0.27

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#486083 (or 0x486083) is known color: Chambray. HEX triplet: 48, 60 and 83. RGB value is (72,96,131). Sum of RGB (Red+Green+Blue) = 72+96+131=299 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.08% from 299); Green value is 96 (37.89% from 255 or 32.11% from 299); Blue value is 131 (51.56% from 255 or 43.81% from 299); Max value from RGB is 131 - color contains mainly: blue. Hex color #486083 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486083 is #B79F7C. Grayscale: #5C5C5C. Windows color (decimal): -12033917 or 8609864. OLE color: 8609864.

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

Color convert

RGB 72 96 131 -
CMYK 0.45 0.27 0 0.49
HSL 215.59º 0.29% 0.4% -
HSV(B) 215.59º 0.45% 0.51% -
XYZ 10.95 11.38 23.09 -
YUV 92.81 149.55 113.15 -
System Red Green Blue C M Y K H S L
Decimal 72 96 131 0.45 0.27 0 0.49 215.59 0.29 0.4
Hex 48 60 83 2D 1B 0 31 D8 1D 28
Octal 110 140 203 55 33 0 61 330 35 50
Binary 1001000 1100000 10000011 101101 11011 0 110001 11011000 11101 101000

Color Harmonies of #486083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486083

Black with #486083

Text Example


Text Example

White with #486083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486083; }

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

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

background-color css

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

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

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

border-color css

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

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

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