Html Css Color HEX #47406C Corn Flower Blue

📋 copy color: '#47406C'

red 71 ◦ green 64 ◦ blue 108

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

Shades of Corn Flower Blue #47406C

Tints of Corn Flower Blue #47406C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 44.44%

R = 29.22%
G = 26.34%
B = 44.44%

CMYK

 C value IS 0.34

 M value IS 0.41

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#47406C (or 0x47406C) is known color: Corn Flower Blue. HEX triplet: 47, 40 and 6C. RGB value is (71,64,108). Sum of RGB (Red+Green+Blue) = 71+64+108=243 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.22% from 243); Green value is 64 (25.39% from 255 or 26.34% from 243); Blue value is 108 (42.58% from 255 or 44.44% from 243); Max value from RGB is 108 - color contains mainly: blue. Hex color #47406C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47406C is #B8BF93. Grayscale: #464646. Windows color (decimal): -12107668 or 7094343. OLE color: 7094343.

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

Color convert

RGB 71 64 108 -
CMYK 0.34 0.41 0 0.58
HSL 249.55º 0.26% 0.34% -
HSV(B) 249.55º 0.41% 0.42% -
XYZ 7.14 6.09 14.99 -
YUV 71.11 148.82 127.92 -
System Red Green Blue C M Y K H S L
Decimal 71 64 108 0.34 0.41 0 0.58 249.55 0.26 0.34
Hex 47 40 6C 22 29 0 3A FA 1A 22
Octal 107 100 154 42 51 0 72 372 32 42
Binary 1000111 1000000 1101100 100010 101001 0 111010 11111010 11010 100010

Color Harmonies of #47406C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47406C

Black with #47406C

Text Example


Text Example

White with #47406C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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