Html Css Color HEX #47638A Wedgewood

📋 copy color: '#47638A'

red 71 ◦ green 99 ◦ blue 138

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

Shades of Wedgewood #47638A

Tints of Wedgewood #47638A

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.14%

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

R = 23.05%
G = 32.14%
B = 44.81%

CMYK

 C value IS 0.49

 M value IS 0.28

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#47638A (or 0x47638A) is known color: Wedgewood. HEX triplet: 47, 63 and 8A. RGB value is (71,99,138). Sum of RGB (Red+Green+Blue) = 71+99+138=308 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.05% from 308); Green value is 99 (39.06% from 255 or 32.14% from 308); Blue value is 138 (54.30% from 255 or 44.81% from 308); Max value from RGB is 138 - color contains mainly: blue. Hex color #47638A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47638A is #B89C75. Grayscale: #5E5E5E. Windows color (decimal): -12098678 or 9069383. OLE color: 9069383.

HSL color Cylindrical-coordinate representation of color #47638A: hue angle of 214.93º 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 #47638A is Cyan = 0.49, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 71 99 138 -
CMYK 0.49 0.28 0 0.46
HSL 214.93º 0.32% 0.41% -
HSV(B) 214.93º 0.49% 0.54% -
XYZ 11.65 12.1 25.77 -
YUV 95.07 152.22 110.83 -
System Red Green Blue C M Y K H S L
Decimal 71 99 138 0.49 0.28 0 0.46 214.93 0.32 0.41
Hex 47 63 8A 31 1C 0 2E D7 20 29
Octal 107 143 212 61 34 0 56 327 40 51
Binary 1000111 1100011 10001010 110001 11100 0 101110 11010111 100000 101001

Color Harmonies of #47638A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47638A

Black with #47638A

Text Example


Text Example

White with #47638A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47638A; }

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

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

background-color css

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

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

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

border-color css

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

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

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