Html Css Color HEX #47426C Corn Flower Blue

📋 copy color: '#47426C'

red 71 ◦ green 66 ◦ blue 108

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

Shades of Corn Flower Blue #47426C

Tints of Corn Flower Blue #47426C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.94%

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

R = 28.98%
G = 26.94%
B = 44.08%

CMYK

 C value IS 0.34

 M value IS 0.39

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#47426C (or 0x47426C) is known color: Corn Flower Blue. HEX triplet: 47, 42 and 6C. RGB value is (71,66,108). Sum of RGB (Red+Green+Blue) = 71+66+108=245 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.98% from 245); Green value is 66 (26.17% from 255 or 26.94% from 245); Blue value is 108 (42.58% from 255 or 44.08% from 245); Max value from RGB is 108 - color contains mainly: blue. Hex color #47426C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47426C is #B8BD93. Grayscale: #484848. Windows color (decimal): -12107156 or 7094855. OLE color: 7094855.

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

Color convert

RGB 71 66 108 -
CMYK 0.34 0.39 0 0.58
HSL 247.14º 0.24% 0.34% -
HSV(B) 247.14º 0.39% 0.42% -
XYZ 7.25 6.32 15.02 -
YUV 72.28 148.16 127.08 -
System Red Green Blue C M Y K H S L
Decimal 71 66 108 0.34 0.39 0 0.58 247.14 0.24 0.34
Hex 47 42 6C 22 27 0 3A F7 18 22
Octal 107 102 154 42 47 0 72 367 30 42
Binary 1000111 1000010 1101100 100010 100111 0 111010 11110111 11000 100010

Color Harmonies of #47426C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47426C

Black with #47426C

Text Example


Text Example

White with #47426C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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