Html Css Color HEX #474472 Corn Flower Blue

📋 copy color: '#474472'

red 71 ◦ green 68 ◦ blue 114

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

Shades of Corn Flower Blue #474472

Tints of Corn Flower Blue #474472

RGB

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

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

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

R = 28.06%
G = 26.88%
B = 45.06%

CMYK

 C value IS 0.38

 M value IS 0.40

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#474472 (or 0x474472) is known color: Corn Flower Blue. HEX triplet: 47, 44 and 72. RGB value is (71,68,114). Sum of RGB (Red+Green+Blue) = 71+68+114=253 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.06% from 253); Green value is 68 (26.95% from 255 or 26.88% from 253); Blue value is 114 (44.92% from 255 or 45.06% from 253); Max value from RGB is 114 - color contains mainly: blue. Hex color #474472 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474472 is #B8BB8D. Grayscale: #494949. Windows color (decimal): -12106638 or 7488583. OLE color: 7488583.

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

Color convert

RGB 71 68 114 -
CMYK 0.38 0.40 0 0.55
HSL 243.91º 0.25% 0.36% -
HSV(B) 243.91º 0.4% 0.45% -
XYZ 7.7 6.69 16.8 -
YUV 74.14 150.49 125.76 -
System Red Green Blue C M Y K H S L
Decimal 71 68 114 0.38 0.40 0 0.55 243.91 0.25 0.36
Hex 47 44 72 26 28 0 37 F4 19 24
Octal 107 104 162 46 50 0 67 364 31 44
Binary 1000111 1000100 1110010 100110 101000 0 110111 11110100 11001 100100

Color Harmonies of #474472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474472

Black with #474472

Text Example


Text Example

White with #474472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474472; }

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

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

background-color css

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

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

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

border-color css

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

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

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