Html Css Color HEX #476083 Chambray

📋 copy color: '#476083'

red 71 ◦ green 96 ◦ blue 131

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

Shades of Chambray #476083

Tints of Chambray #476083

RGB

 RED value IS 71 (28.13% from 255) = 23.83%

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

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

R = 23.83%
G = 32.21%
B = 43.96%

CMYK

 C value IS 0.46

 M value IS 0.27

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#476083 (or 0x476083) is known color: Chambray. HEX triplet: 47, 60 and 83. RGB value is (71,96,131). Sum of RGB (Red+Green+Blue) = 71+96+131=298 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.83% from 298); Green value is 96 (37.89% from 255 or 32.21% from 298); Blue value is 131 (51.56% from 255 or 43.96% from 298); Max value from RGB is 131 - color contains mainly: blue. Hex color #476083 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476083 is #B89F7C. Grayscale: #5C5C5C. Windows color (decimal): -12099453 or 8609863. OLE color: 8609863.

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

Color convert

RGB 71 96 131 -
CMYK 0.46 0.27 0 0.49
HSL 215º 0.3% 0.4% -
HSV(B) 215º 0.46% 0.51% -
XYZ 10.88 11.34 23.09 -
YUV 92.52 149.72 112.65 -
System Red Green Blue C M Y K H S L
Decimal 71 96 131 0.46 0.27 0 0.49 215 0.3 0.4
Hex 47 60 83 2E 1B 0 31 D7 1E 28
Octal 107 140 203 56 33 0 61 327 36 50
Binary 1000111 1100000 10000011 101110 11011 0 110001 11010111 11110 101000

Color Harmonies of #476083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476083

Black with #476083

Text Example


Text Example

White with #476083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476083; }

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

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

background-color css

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

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

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

border-color css

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

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

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