Html Css Color HEX #476781 Wedgewood

📋 copy color: '#476781'

red 71 ◦ green 103 ◦ blue 129

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

Shades of Wedgewood #476781

Tints of Wedgewood #476781

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.99%

 BLUE value IS 129 (50.78% from 255) = 42.57%

R = 23.43%
G = 33.99%
B = 42.57%

CMYK

 C value IS 0.45

 M value IS 0.20

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#476781 (or 0x476781) is known color: Wedgewood. HEX triplet: 47, 67 and 81. RGB value is (71,103,129). Sum of RGB (Red+Green+Blue) = 71+103+129=303 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.43% from 303); Green value is 103 (40.62% from 255 or 33.99% from 303); Blue value is 129 (50.78% from 255 or 42.57% from 303); Max value from RGB is 129 - color contains mainly: blue. Hex color #476781 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476781 is #B8987E. Grayscale: #606060. Windows color (decimal): -12097663 or 8480583. OLE color: 8480583.

HSL color Cylindrical-coordinate representation of color #476781: hue angle of 206.9º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #476781 is Cyan = 0.45, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 71 103 129 -
CMYK 0.45 0.20 0 0.49
HSL 206.9º 0.29% 0.39% -
HSV(B) 206.9º 0.45% 0.51% -
XYZ 11.41 12.63 22.6 -
YUV 96.4 146.4 109.89 -
System Red Green Blue C M Y K H S L
Decimal 71 103 129 0.45 0.20 0 0.49 206.9 0.29 0.39
Hex 47 67 81 2D 14 0 31 CF 1D 27
Octal 107 147 201 55 24 0 61 317 35 47
Binary 1000111 1100111 10000001 101101 10100 0 110001 11001111 11101 100111

Color Harmonies of #476781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476781

Black with #476781

Text Example


Text Example

White with #476781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476781; }

 p { color: rgb(71,103,129); }

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

background-color css

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

 a { background-color: rgb(71,103,129); }

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

border-color css

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

 span { border-color: rgb(71,103,129); }

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