Html Css Color HEX #47406E Corn Flower Blue

📋 copy color: '#47406E'

red 71 ◦ green 64 ◦ blue 110

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

Shades of Corn Flower Blue #47406E

Tints of Corn Flower Blue #47406E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.12%

 BLUE value IS 110 (43.36% from 255) = 44.9%

R = 28.98%
G = 26.12%
B = 44.9%

CMYK

 C value IS 0.35

 M value IS 0.42

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#47406E (or 0x47406E) is known color: Corn Flower Blue. HEX triplet: 47, 40 and 6E. RGB value is (71,64,110). Sum of RGB (Red+Green+Blue) = 71+64+110=245 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.98% from 245); Green value is 64 (25.39% from 255 or 26.12% from 245); Blue value is 110 (43.36% from 255 or 44.90% from 245); Max value from RGB is 110 - color contains mainly: blue. Hex color #47406E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47406E is #B8BF91. Grayscale: #474747. Windows color (decimal): -12107666 or 7225415. OLE color: 7225415.

HSL color Cylindrical-coordinate representation of color #47406E: hue angle of 249.13º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #47406E is Cyan = 0.35, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 71 64 110 -
CMYK 0.35 0.42 0 0.57
HSL 249.13º 0.26% 0.34% -
HSV(B) 249.13º 0.42% 0.43% -
XYZ 7.25 6.13 15.55 -
YUV 71.34 149.82 127.76 -
System Red Green Blue C M Y K H S L
Decimal 71 64 110 0.35 0.42 0 0.57 249.13 0.26 0.34
Hex 47 40 6E 23 2A 0 39 F9 1A 22
Octal 107 100 156 43 52 0 71 371 32 42
Binary 1000111 1000000 1101110 100011 101010 0 111001 11111001 11010 100010

Color Harmonies of #47406E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47406E

Black with #47406E

Text Example


Text Example

White with #47406E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47406E; }

 p { color: rgb(71,64,110); }

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

background-color css

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

 a { background-color: rgb(71,64,110); }

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

border-color css

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

 span { border-color: rgb(71,64,110); }

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