Html Css Color HEX #476E8B Wedgewood

📋 copy color: '#476E8B'

red 71 ◦ green 110 ◦ blue 139

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

Shades of Wedgewood #476E8B

Tints of Wedgewood #476E8B

RGB

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

 GREEN value IS 110 (43.36% from 255) = 34.38%

 BLUE value IS 139 (54.69% from 255) = 43.44%

R = 22.19%
G = 34.38%
B = 43.44%

CMYK

 C value IS 0.49

 M value IS 0.21

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#476E8B (or 0x476E8B) is known color: Wedgewood. HEX triplet: 47, 6E and 8B. RGB value is (71,110,139). Sum of RGB (Red+Green+Blue) = 71+110+139=320 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.19% from 320); Green value is 110 (43.36% from 255 or 34.38% from 320); Blue value is 139 (54.69% from 255 or 43.44% from 320); Max value from RGB is 139 - color contains mainly: blue. Hex color #476E8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476E8B is #B89174. Grayscale: #656565. Windows color (decimal): -12095861 or 9137735. OLE color: 9137735.

HSL color Cylindrical-coordinate representation of color #476E8B: hue angle of 205.59º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #476E8B is Cyan = 0.49, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 71 110 139 -
CMYK 0.49 0.21 0 0.45
HSL 205.59º 0.32% 0.41% -
HSV(B) 205.59º 0.49% 0.55% -
XYZ 12.83 14.36 26.52 -
YUV 101.65 149.08 106.14 -
System Red Green Blue C M Y K H S L
Decimal 71 110 139 0.49 0.21 0 0.45 205.59 0.32 0.41
Hex 47 6E 8B 31 15 0 2D CE 20 29
Octal 107 156 213 61 25 0 55 316 40 51
Binary 1000111 1101110 10001011 110001 10101 0 101101 11001110 100000 101001

Color Harmonies of #476E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476E8B

Black with #476E8B

Text Example


Text Example

White with #476E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,110,139); }

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

background-color css

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

 a { background-color: rgb(71,110,139); }

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

border-color css

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

 span { border-color: rgb(71,110,139); }

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