Html Css Color HEX #476A8C Wedgewood

📋 copy color: '#476A8C'

red 71 ◦ green 106 ◦ blue 140

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

Shades of Wedgewood #476A8C

Tints of Wedgewood #476A8C

RGB

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

 GREEN value IS 106 (41.8% from 255) = 33.44%

 BLUE value IS 140 (55.08% from 255) = 44.16%

R = 22.4%
G = 33.44%
B = 44.16%

CMYK

 C value IS 0.49

 M value IS 0.24

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#476A8C (or 0x476A8C) is known color: Wedgewood. HEX triplet: 47, 6A and 8C. RGB value is (71,106,140). Sum of RGB (Red+Green+Blue) = 71+106+140=317 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.40% from 317); Green value is 106 (41.80% from 255 or 33.44% from 317); Blue value is 140 (55.08% from 255 or 44.16% from 317); Max value from RGB is 140 - color contains mainly: blue. Hex color #476A8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476A8C is #B89573. Grayscale: #636363. Windows color (decimal): -12096884 or 9202247. OLE color: 9202247.

HSL color Cylindrical-coordinate representation of color #476A8C: hue angle of 209.57º degrees, saturation: 0.33, 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 #476A8C is Cyan = 0.49, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 71 106 140 -
CMYK 0.49 0.24 0 0.45
HSL 209.57º 0.33% 0.41% -
HSV(B) 209.57º 0.49% 0.55% -
XYZ 12.49 13.54 26.77 -
YUV 99.41 150.9 107.74 -
System Red Green Blue C M Y K H S L
Decimal 71 106 140 0.49 0.24 0 0.45 209.57 0.33 0.41
Hex 47 6A 8C 31 18 0 2D D2 21 29
Octal 107 152 214 61 30 0 55 322 41 51
Binary 1000111 1101010 10001100 110001 11000 0 101101 11010010 100001 101001

Color Harmonies of #476A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476A8C

Black with #476A8C

Text Example


Text Example

White with #476A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,106,140); }

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

background-color css

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

 a { background-color: rgb(71,106,140); }

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

border-color css

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

 span { border-color: rgb(71,106,140); }

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