Html Css Color HEX #47416C Corn Flower Blue

📋 copy color: '#47416C'

red 71 ◦ green 65 ◦ blue 108

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

Shades of Corn Flower Blue #47416C

Tints of Corn Flower Blue #47416C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.64%

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

R = 29.1%
G = 26.64%
B = 44.26%

CMYK

 C value IS 0.34

 M value IS 0.40

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#47416C (or 0x47416C) is known color: Corn Flower Blue. HEX triplet: 47, 41 and 6C. RGB value is (71,65,108). Sum of RGB (Red+Green+Blue) = 71+65+108=244 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.10% from 244); Green value is 65 (25.78% from 255 or 26.64% from 244); Blue value is 108 (42.58% from 255 or 44.26% from 244); Max value from RGB is 108 - color contains mainly: blue. Hex color #47416C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47416C is #B8BE93. Grayscale: #474747. Windows color (decimal): -12107412 or 7094599. OLE color: 7094599.

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

Color convert

RGB 71 65 108 -
CMYK 0.34 0.40 0 0.58
HSL 248.37º 0.25% 0.34% -
HSV(B) 248.37º 0.4% 0.42% -
XYZ 7.2 6.2 15.01 -
YUV 71.7 148.49 127.5 -
System Red Green Blue C M Y K H S L
Decimal 71 65 108 0.34 0.40 0 0.58 248.37 0.25 0.34
Hex 47 41 6C 22 28 0 3A F8 19 22
Octal 107 101 154 42 50 0 72 370 31 42
Binary 1000111 1000001 1101100 100010 101000 0 111010 11111000 11001 100010

Color Harmonies of #47416C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47416C

Black with #47416C

Text Example


Text Example

White with #47416C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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