Html Css Color HEX #476687 Wedgewood

📋 copy color: '#476687'

red 71 ◦ green 102 ◦ blue 135

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

Shades of Wedgewood #476687

Tints of Wedgewood #476687

RGB

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

 GREEN value IS 102 (40.23% from 255) = 33.12%

 BLUE value IS 135 (53.13% from 255) = 43.83%

R = 23.05%
G = 33.12%
B = 43.83%

CMYK

 C value IS 0.47

 M value IS 0.24

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#476687 (or 0x476687) is known color: Wedgewood. HEX triplet: 47, 66 and 87. RGB value is (71,102,135). Sum of RGB (Red+Green+Blue) = 71+102+135=308 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.05% from 308); Green value is 102 (40.23% from 255 or 33.12% from 308); Blue value is 135 (53.12% from 255 or 43.83% from 308); Max value from RGB is 135 - color contains mainly: blue. Hex color #476687 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476687 is #B89978. Grayscale: #606060. Windows color (decimal): -12097913 or 8873543. OLE color: 8873543.

HSL color Cylindrical-coordinate representation of color #476687: hue angle of 210.94º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #476687 is Cyan = 0.47, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 71 102 135 -
CMYK 0.47 0.24 0 0.47
HSL 210.94º 0.31% 0.4% -
HSV(B) 210.94º 0.47% 0.53% -
XYZ 11.72 12.59 24.73 -
YUV 96.49 149.73 109.82 -
System Red Green Blue C M Y K H S L
Decimal 71 102 135 0.47 0.24 0 0.47 210.94 0.31 0.4
Hex 47 66 87 2F 18 0 2F D3 1F 28
Octal 107 146 207 57 30 0 57 323 37 50
Binary 1000111 1100110 10000111 101111 11000 0 101111 11010011 11111 101000

Color Harmonies of #476687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476687

Black with #476687

Text Example


Text Example

White with #476687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476687; }

 p { color: rgb(71,102,135); }

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

background-color css

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

 a { background-color: rgb(71,102,135); }

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

border-color css

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

 span { border-color: rgb(71,102,135); }

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