Html Css Color HEX #474077 Corn Flower Blue

📋 copy color: '#474077'

red 71 ◦ green 64 ◦ blue 119

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

Shades of Corn Flower Blue #474077

Tints of Corn Flower Blue #474077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 46.85%

R = 27.95%
G = 25.2%
B = 46.85%

CMYK

 C value IS 0.40

 M value IS 0.46

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#474077 (or 0x474077) is known color: Corn Flower Blue. HEX triplet: 47, 40 and 77. RGB value is (71,64,119). Sum of RGB (Red+Green+Blue) = 71+64+119=254 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.95% from 254); Green value is 64 (25.39% from 255 or 25.20% from 254); Blue value is 119 (46.88% from 255 or 46.85% from 254); Max value from RGB is 119 - color contains mainly: blue. Hex color #474077 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474077 is #B8BF88. Grayscale: #484848. Windows color (decimal): -12107657 or 7815239. OLE color: 7815239.

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

Color convert

RGB 71 64 119 -
CMYK 0.40 0.46 0 0.53
HSL 247.64º 0.3% 0.36% -
HSV(B) 247.64º 0.46% 0.47% -
XYZ 7.76 6.34 18.27 -
YUV 72.36 154.32 127.03 -
System Red Green Blue C M Y K H S L
Decimal 71 64 119 0.40 0.46 0 0.53 247.64 0.3 0.36
Hex 47 40 77 28 2E 0 35 F8 1E 24
Octal 107 100 167 50 56 0 65 370 36 44
Binary 1000111 1000000 1110111 101000 101110 0 110101 11111000 11110 100100

Color Harmonies of #474077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474077

Black with #474077

Text Example


Text Example

White with #474077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474077; }

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

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

background-color css

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

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

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

border-color css

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

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

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