Html Css Color HEX #47496C Corn Flower Blue

📋 copy color: '#47496C'

red 71 ◦ green 73 ◦ blue 108

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

Shades of Corn Flower Blue #47496C

Tints of Corn Flower Blue #47496C

RGB

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

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

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

R = 28.17%
G = 28.97%
B = 42.86%

CMYK

 C value IS 0.34

 M value IS 0.32

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#47496C (or 0x47496C) is known color: Corn Flower Blue. HEX triplet: 47, 49 and 6C. RGB value is (71,73,108). Sum of RGB (Red+Green+Blue) = 71+73+108=252 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.17% from 252); Green value is 73 (28.91% from 255 or 28.97% from 252); Blue value is 108 (42.58% from 255 or 42.86% from 252); Max value from RGB is 108 - color contains mainly: blue. Hex color #47496C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47496C is #B8B693. Grayscale: #4C4C4C. Windows color (decimal): -12105364 or 7096647. OLE color: 7096647.

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

Color convert

RGB 71 73 108 -
CMYK 0.34 0.32 0 0.58
HSL 236.76º 0.21% 0.35% -
HSV(B) 236.76º 0.34% 0.42% -
XYZ 7.69 7.19 15.17 -
YUV 76.39 145.84 124.15 -
System Red Green Blue C M Y K H S L
Decimal 71 73 108 0.34 0.32 0 0.58 236.76 0.21 0.35
Hex 47 49 6C 22 20 0 3A ED 15 23
Octal 107 111 154 42 40 0 72 355 25 43
Binary 1000111 1001001 1101100 100010 100000 0 111010 11101101 10101 100011

Color Harmonies of #47496C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47496C

Black with #47496C

Text Example


Text Example

White with #47496C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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