Html Css Color HEX #476B93 Wedgewood

📋 copy color: '#476B93'

red 71 ◦ green 107 ◦ blue 147

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

Shades of Wedgewood #476B93

Tints of Wedgewood #476B93

RGB

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

 GREEN value IS 107 (42.19% from 255) = 32.92%

 BLUE value IS 147 (57.81% from 255) = 45.23%

R = 21.85%
G = 32.92%
B = 45.23%

CMYK

 C value IS 0.52

 M value IS 0.27

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#476B93 (or 0x476B93) is known color: Wedgewood. HEX triplet: 47, 6B and 93. RGB value is (71,107,147). Sum of RGB (Red+Green+Blue) = 71+107+147=325 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.85% from 325); Green value is 107 (42.19% from 255 or 32.92% from 325); Blue value is 147 (57.81% from 255 or 45.23% from 325); Max value from RGB is 147 - color contains mainly: blue. Hex color #476B93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476B93 is #B8946C. Grayscale: #646464. Windows color (decimal): -12096621 or 9661255. OLE color: 9661255.

HSL color Cylindrical-coordinate representation of color #476B93: hue angle of 211.58º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #476B93 is Cyan = 0.52, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 71 107 147 -
CMYK 0.52 0.27 0 0.42
HSL 211.58º 0.35% 0.43% -
HSV(B) 211.58º 0.52% 0.58% -
XYZ 13.12 13.96 29.61 -
YUV 100.8 154.07 106.75 -
System Red Green Blue C M Y K H S L
Decimal 71 107 147 0.52 0.27 0 0.42 211.58 0.35 0.43
Hex 47 6B 93 34 1B 0 2A D4 23 2B
Octal 107 153 223 64 33 0 52 324 43 53
Binary 1000111 1101011 10010011 110100 11011 0 101010 11010100 100011 101011

Color Harmonies of #476B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476B93

Black with #476B93

Text Example


Text Example

White with #476B93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476B93; }

 p { color: rgb(71,107,147); }

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

background-color css

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

 a { background-color: rgb(71,107,147); }

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

border-color css

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

 span { border-color: rgb(71,107,147); }

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