Html Css Color HEX #47447A Corn Flower Blue

📋 copy color: '#47447A'

red 71 ◦ green 68 ◦ blue 122

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

Shades of Corn Flower Blue #47447A

Tints of Corn Flower Blue #47447A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.05%

 BLUE value IS 122 (48.05% from 255) = 46.74%

R = 27.2%
G = 26.05%
B = 46.74%

CMYK

 C value IS 0.42

 M value IS 0.44

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#47447A (or 0x47447A) is known color: Corn Flower Blue. HEX triplet: 47, 44 and 7A. RGB value is (71,68,122). Sum of RGB (Red+Green+Blue) = 71+68+122=261 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.20% from 261); Green value is 68 (26.95% from 255 or 26.05% from 261); Blue value is 122 (48.05% from 255 or 46.74% from 261); Max value from RGB is 122 - color contains mainly: blue. Hex color #47447A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47447A is #B8BB85. Grayscale: #4A4A4A. Windows color (decimal): -12106630 or 8012871. OLE color: 8012871.

HSL color Cylindrical-coordinate representation of color #47447A: hue angle of 243.33º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #47447A is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 71 68 122 -
CMYK 0.42 0.44 0 0.52
HSL 243.33º 0.28% 0.37% -
HSV(B) 243.33º 0.44% 0.48% -
XYZ 8.18 6.88 19.31 -
YUV 75.05 154.49 125.11 -
System Red Green Blue C M Y K H S L
Decimal 71 68 122 0.42 0.44 0 0.52 243.33 0.28 0.37
Hex 47 44 7A 2A 2C 0 34 F3 1C 25
Octal 107 104 172 52 54 0 64 363 34 45
Binary 1000111 1000100 1111010 101010 101100 0 110100 11110011 11100 100101

Color Harmonies of #47447A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47447A

Black with #47447A

Text Example


Text Example

White with #47447A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47447A; }

 p { color: rgb(71,68,122); }

 H1.HeaderClassName
 {
   color: #47447A;
 }
 .AnyTagClassName
 {
   color: #47447A;
 }
</style>

background-color css

<style>
 a { background-color: #47447A; }

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

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

border-color css

<style>
 span { border-color: #47447A; }

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

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