Html Css Color HEX #476C8A Wedgewood

📋 copy color: '#476C8A'

red 71 ◦ green 108 ◦ blue 138

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

Shades of Wedgewood #476C8A

Tints of Wedgewood #476C8A

RGB

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

 GREEN value IS 108 (42.58% from 255) = 34.07%

 BLUE value IS 138 (54.3% from 255) = 43.53%

R = 22.4%
G = 34.07%
B = 43.53%

CMYK

 C value IS 0.49

 M value IS 0.22

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#476C8A (or 0x476C8A) is known color: Wedgewood. HEX triplet: 47, 6C and 8A. RGB value is (71,108,138). Sum of RGB (Red+Green+Blue) = 71+108+138=317 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.40% from 317); Green value is 108 (42.58% from 255 or 34.07% from 317); Blue value is 138 (54.30% from 255 or 43.53% from 317); Max value from RGB is 138 - color contains mainly: blue. Hex color #476C8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476C8A is #B89375. Grayscale: #646464. Windows color (decimal): -12096374 or 9071687. OLE color: 9071687.

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

Color convert

RGB 71 108 138 -
CMYK 0.49 0.22 0 0.46
HSL 206.87º 0.32% 0.41% -
HSV(B) 206.87º 0.49% 0.54% -
XYZ 12.55 13.9 26.07 -
YUV 100.36 149.24 107.06 -
System Red Green Blue C M Y K H S L
Decimal 71 108 138 0.49 0.22 0 0.46 206.87 0.32 0.41
Hex 47 6C 8A 31 16 0 2E CF 20 29
Octal 107 154 212 61 26 0 56 317 40 51
Binary 1000111 1101100 10001010 110001 10110 0 101110 11001111 100000 101001

Color Harmonies of #476C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476C8A

Black with #476C8A

Text Example


Text Example

White with #476C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,108,138); }

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

background-color css

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

 a { background-color: rgb(71,108,138); }

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

border-color css

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

 span { border-color: rgb(71,108,138); }

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