Html Css Color HEX #47496F Corn Flower Blue

📋 copy color: '#47496F'

red 71 ◦ green 73 ◦ blue 111

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

Shades of Corn Flower Blue #47496F

Tints of Corn Flower Blue #47496F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 28.63%

 BLUE value IS 111 (43.75% from 255) = 43.53%

R = 27.84%
G = 28.63%
B = 43.53%

CMYK

 C value IS 0.36

 M value IS 0.34

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#47496F (or 0x47496F) is known color: Corn Flower Blue. HEX triplet: 47, 49 and 6F. RGB value is (71,73,111). Sum of RGB (Red+Green+Blue) = 71+73+111=255 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.84% from 255); Green value is 73 (28.91% from 255 or 28.63% from 255); Blue value is 111 (43.75% from 255 or 43.53% from 255); Max value from RGB is 111 - color contains mainly: blue. Hex color #47496F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47496F is #B8B690. Grayscale: #4C4C4C. Windows color (decimal): -12105361 or 7293255. OLE color: 7293255.

HSL color Cylindrical-coordinate representation of color #47496F: hue angle of 237º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #47496F is Cyan = 0.36, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 71 73 111 -
CMYK 0.36 0.34 0 0.56
HSL 237º 0.22% 0.36% -
HSV(B) 237º 0.36% 0.44% -
XYZ 7.85 7.25 16.03 -
YUV 76.73 147.34 123.91 -
System Red Green Blue C M Y K H S L
Decimal 71 73 111 0.36 0.34 0 0.56 237 0.22 0.36
Hex 47 49 6F 24 22 0 38 ED 16 24
Octal 107 111 157 44 42 0 70 355 26 44
Binary 1000111 1001001 1101111 100100 100010 0 111000 11101101 10110 100100

Color Harmonies of #47496F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47496F

Black with #47496F

Text Example


Text Example

White with #47496F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47496F; }

 p { color: rgb(71,73,111); }

 H1.HeaderClassName
 {
   color: #47496F;
 }
 .AnyTagClassName
 {
   color: #47496F;
 }
</style>

background-color css

<style>
 a { background-color: #47496F; }

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

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

border-color css

<style>
 span { border-color: #47496F; }

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

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