Html Css Color HEX #485683 Chambray

📋 copy color: '#485683'

red 72 ◦ green 86 ◦ blue 131

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

Shades of Chambray #485683

Tints of Chambray #485683

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.76%

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

R = 24.91%
G = 29.76%
B = 45.33%

CMYK

 C value IS 0.45

 M value IS 0.34

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#485683 (or 0x485683) is known color: Chambray. HEX triplet: 48, 56 and 83. RGB value is (72,86,131). Sum of RGB (Red+Green+Blue) = 72+86+131=289 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.91% from 289); Green value is 86 (33.98% from 255 or 29.76% from 289); Blue value is 131 (51.56% from 255 or 45.33% from 289); Max value from RGB is 131 - color contains mainly: blue. Hex color #485683 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485683 is #B7A97C. Grayscale: #565656. Windows color (decimal): -12036477 or 8607304. OLE color: 8607304.

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

Color convert

RGB 72 86 131 -
CMYK 0.45 0.34 0 0.49
HSL 225.76º 0.29% 0.4% -
HSV(B) 225.76º 0.45% 0.51% -
XYZ 10.1 9.67 22.81 -
YUV 86.94 152.86 117.34 -
System Red Green Blue C M Y K H S L
Decimal 72 86 131 0.45 0.34 0 0.49 225.76 0.29 0.4
Hex 48 56 83 2D 22 0 31 E2 1D 28
Octal 110 126 203 55 42 0 61 342 35 50
Binary 1001000 1010110 10000011 101101 100010 0 110001 11100010 11101 101000

Color Harmonies of #485683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485683

Black with #485683

Text Example


Text Example

White with #485683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485683; }

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

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

background-color css

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

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

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

border-color css

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

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

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