Html Css Color HEX #474072 Corn Flower Blue

📋 copy color: '#474072'

red 71 ◦ green 64 ◦ blue 114

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

Shades of Corn Flower Blue #474072

Tints of Corn Flower Blue #474072

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.7%

 BLUE value IS 114 (44.92% from 255) = 45.78%

R = 28.51%
G = 25.7%
B = 45.78%

CMYK

 C value IS 0.38

 M value IS 0.44

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#474072 (or 0x474072) is known color: Corn Flower Blue. HEX triplet: 47, 40 and 72. RGB value is (71,64,114). Sum of RGB (Red+Green+Blue) = 71+64+114=249 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.51% from 249); Green value is 64 (25.39% from 255 or 25.70% from 249); Blue value is 114 (44.92% from 255 or 45.78% from 249); Max value from RGB is 114 - color contains mainly: blue. Hex color #474072 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474072 is #B8BF8D. Grayscale: #474747. Windows color (decimal): -12107662 or 7487559. OLE color: 7487559.

HSL color Cylindrical-coordinate representation of color #474072: hue angle of 248.4º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #474072 is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 71 64 114 -
CMYK 0.38 0.44 0 0.55
HSL 248.4º 0.28% 0.35% -
HSV(B) 248.4º 0.44% 0.45% -
XYZ 7.47 6.22 16.73 -
YUV 71.79 151.82 127.43 -
System Red Green Blue C M Y K H S L
Decimal 71 64 114 0.38 0.44 0 0.55 248.4 0.28 0.35
Hex 47 40 72 26 2C 0 37 F8 1C 23
Octal 107 100 162 46 54 0 67 370 34 43
Binary 1000111 1000000 1110010 100110 101100 0 110111 11111000 11100 100011

Color Harmonies of #474072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474072

Black with #474072

Text Example


Text Example

White with #474072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474072; }

 p { color: rgb(71,64,114); }

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

background-color css

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

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

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

border-color css

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

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

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