Html Css Color HEX #474076 Corn Flower Blue

📋 copy color: '#474076'

red 71 ◦ green 64 ◦ blue 118

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

Shades of Corn Flower Blue #474076

Tints of Corn Flower Blue #474076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 46.64%

R = 28.06%
G = 25.3%
B = 46.64%

CMYK

 C value IS 0.40

 M value IS 0.46

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#474076 (or 0x474076) is known color: Corn Flower Blue. HEX triplet: 47, 40 and 76. RGB value is (71,64,118). Sum of RGB (Red+Green+Blue) = 71+64+118=253 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.06% from 253); Green value is 64 (25.39% from 255 or 25.30% from 253); Blue value is 118 (46.48% from 255 or 46.64% from 253); Max value from RGB is 118 - color contains mainly: blue. Hex color #474076 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474076 is #B8BF89. Grayscale: #484848. Windows color (decimal): -12107658 or 7749703. OLE color: 7749703.

HSL color Cylindrical-coordinate representation of color #474076: hue angle of 247.78º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #474076 is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 71 64 118 -
CMYK 0.40 0.46 0 0.54
HSL 247.78º 0.3% 0.36% -
HSV(B) 247.78º 0.46% 0.46% -
XYZ 7.7 6.31 17.95 -
YUV 72.25 153.82 127.11 -
System Red Green Blue C M Y K H S L
Decimal 71 64 118 0.40 0.46 0 0.54 247.78 0.3 0.36
Hex 47 40 76 28 2E 0 36 F8 1E 24
Octal 107 100 166 50 56 0 66 370 36 44
Binary 1000111 1000000 1110110 101000 101110 0 110110 11111000 11110 100100

Color Harmonies of #474076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474076

Black with #474076

Text Example


Text Example

White with #474076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474076; }

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

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

background-color css

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

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

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

border-color css

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

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

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