Html Css Color HEX #47476D Corn Flower Blue

📋 copy color: '#47476D'

red 71 ◦ green 71 ◦ blue 109

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

Shades of Corn Flower Blue #47476D

Tints of Corn Flower Blue #47476D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.29%

 BLUE value IS 109 (42.97% from 255) = 43.43%

R = 28.29%
G = 28.29%
B = 43.43%

CMYK

 C value IS 0.35

 M value IS 0.35

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#47476D (or 0x47476D) is known color: Corn Flower Blue. HEX triplet: 47, 47 and 6D. RGB value is (71,71,109). Sum of RGB (Red+Green+Blue) = 71+71+109=251 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.29% from 251); Green value is 71 (28.12% from 255 or 28.29% from 251); Blue value is 109 (42.97% from 255 or 43.43% from 251); Max value from RGB is 109 - color contains mainly: blue. Hex color #47476D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47476D is #B8B892. Grayscale: #4B4B4B. Windows color (decimal): -12105875 or 7161671. OLE color: 7161671.

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

Color convert

RGB 71 71 109 -
CMYK 0.35 0.35 0 0.57
HSL 240º 0.21% 0.35% -
HSV(B) 240º 0.35% 0.43% -
XYZ 7.61 6.95 15.41 -
YUV 75.33 147 124.91 -
System Red Green Blue C M Y K H S L
Decimal 71 71 109 0.35 0.35 0 0.57 240 0.21 0.35
Hex 47 47 6D 23 23 0 39 F0 15 23
Octal 107 107 155 43 43 0 71 360 25 43
Binary 1000111 1000111 1101101 100011 100011 0 111001 11110000 10101 100011

Color Harmonies of #47476D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47476D

Black with #47476D

Text Example


Text Example

White with #47476D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47476D; }

 p { color: rgb(71,71,109); }

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

background-color css

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

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

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

border-color css

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

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

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