Html Css Color HEX #474772 Corn Flower Blue

📋 copy color: '#474772'

red 71 ◦ green 71 ◦ blue 114

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

Shades of Corn Flower Blue #474772

Tints of Corn Flower Blue #474772

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.73%

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

R = 27.73%
G = 27.73%
B = 44.53%

CMYK

 C value IS 0.38

 M value IS 0.38

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#474772 (or 0x474772) is known color: Corn Flower Blue. HEX triplet: 47, 47 and 72. RGB value is (71,71,114). Sum of RGB (Red+Green+Blue) = 71+71+114=256 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.73% from 256); Green value is 71 (28.12% from 255 or 27.73% from 256); Blue value is 114 (44.92% from 255 or 44.53% from 256); Max value from RGB is 114 - color contains mainly: blue. Hex color #474772 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474772 is #B8B88D. Grayscale: #4B4B4B. Windows color (decimal): -12105870 or 7489351. OLE color: 7489351.

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

Color convert

RGB 71 71 114 -
CMYK 0.38 0.38 0 0.55
HSL 240º 0.23% 0.36% -
HSV(B) 240º 0.38% 0.45% -
XYZ 7.89 7.06 16.87 -
YUV 75.9 149.5 124.5 -
System Red Green Blue C M Y K H S L
Decimal 71 71 114 0.38 0.38 0 0.55 240 0.23 0.36
Hex 47 47 72 26 26 0 37 F0 17 24
Octal 107 107 162 46 46 0 67 360 27 44
Binary 1000111 1000111 1110010 100110 100110 0 110111 11110000 10111 100100

Color Harmonies of #474772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474772

Black with #474772

Text Example


Text Example

White with #474772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474772; }

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

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

background-color css

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

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

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

border-color css

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

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

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