Html Css Color HEX #476082 Chambray

📋 copy color: '#476082'

red 71 ◦ green 96 ◦ blue 130

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

Shades of Chambray #476082

Tints of Chambray #476082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 43.77%

R = 23.91%
G = 32.32%
B = 43.77%

CMYK

 C value IS 0.45

 M value IS 0.26

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#476082 (or 0x476082) is known color: Chambray. HEX triplet: 47, 60 and 82. RGB value is (71,96,130). Sum of RGB (Red+Green+Blue) = 71+96+130=297 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.91% from 297); Green value is 96 (37.89% from 255 or 32.32% from 297); Blue value is 130 (51.17% from 255 or 43.77% from 297); Max value from RGB is 130 - color contains mainly: blue. Hex color #476082 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476082 is #B89F7D. Grayscale: #5C5C5C. Windows color (decimal): -12099454 or 8544327. OLE color: 8544327.

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

Color convert

RGB 71 96 130 -
CMYK 0.45 0.26 0 0.49
HSL 214.58º 0.29% 0.39% -
HSV(B) 214.58º 0.45% 0.51% -
XYZ 10.81 11.32 22.73 -
YUV 92.4 149.22 112.74 -
System Red Green Blue C M Y K H S L
Decimal 71 96 130 0.45 0.26 0 0.49 214.58 0.29 0.39
Hex 47 60 82 2D 1A 0 31 D7 1D 27
Octal 107 140 202 55 32 0 61 327 35 47
Binary 1000111 1100000 10000010 101101 11010 0 110001 11010111 11101 100111

Color Harmonies of #476082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476082

Black with #476082

Text Example


Text Example

White with #476082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476082; }

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

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

background-color css

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

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

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

border-color css

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

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

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