Html Css Color HEX #476386 Wedgewood

📋 copy color: '#476386'

red 71 ◦ green 99 ◦ blue 134

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

Shades of Wedgewood #476386

Tints of Wedgewood #476386

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.57%

 BLUE value IS 134 (52.73% from 255) = 44.08%

R = 23.36%
G = 32.57%
B = 44.08%

CMYK

 C value IS 0.47

 M value IS 0.26

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#476386 (or 0x476386) is known color: Wedgewood. HEX triplet: 47, 63 and 86. RGB value is (71,99,134). Sum of RGB (Red+Green+Blue) = 71+99+134=304 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.36% from 304); Green value is 99 (39.06% from 255 or 32.57% from 304); Blue value is 134 (52.73% from 255 or 44.08% from 304); Max value from RGB is 134 - color contains mainly: blue. Hex color #476386 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476386 is #B89C79. Grayscale: #5E5E5E. Windows color (decimal): -12098682 or 8807239. OLE color: 8807239.

HSL color Cylindrical-coordinate representation of color #476386: hue angle of 213.33º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #476386 is Cyan = 0.47, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 71 99 134 -
CMYK 0.47 0.26 0 0.47
HSL 213.33º 0.31% 0.4% -
HSV(B) 213.33º 0.47% 0.53% -
XYZ 11.36 11.98 24.27 -
YUV 94.62 150.22 111.15 -
System Red Green Blue C M Y K H S L
Decimal 71 99 134 0.47 0.26 0 0.47 213.33 0.31 0.4
Hex 47 63 86 2F 1A 0 2F D5 1F 28
Octal 107 143 206 57 32 0 57 325 37 50
Binary 1000111 1100011 10000110 101111 11010 0 101111 11010101 11111 101000

Color Harmonies of #476386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476386

Black with #476386

Text Example


Text Example

White with #476386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476386; }

 p { color: rgb(71,99,134); }

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

background-color css

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

 a { background-color: rgb(71,99,134); }

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

border-color css

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

 span { border-color: rgb(71,99,134); }

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