Html Css Color HEX #474563 Corn Flower Blue

📋 copy color: '#474563'

red 71 ◦ green 69 ◦ blue 99

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

Shades of Corn Flower Blue #474563

Tints of Corn Flower Blue #474563

RGB

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

 GREEN value IS 69 (27.34% from 255) = 28.87%

 BLUE value IS 99 (39.06% from 255) = 41.42%

R = 29.71%
G = 28.87%
B = 41.42%

CMYK

 C value IS 0.28

 M value IS 0.30

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#474563 (or 0x474563) is known color: Corn Flower Blue. HEX triplet: 47, 45 and 63. RGB value is (71,69,99). Sum of RGB (Red+Green+Blue) = 71+69+99=239 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.71% from 239); Green value is 69 (27.34% from 255 or 28.87% from 239); Blue value is 99 (39.06% from 255 or 41.42% from 239); Max value from RGB is 99 - color contains mainly: blue. Hex color #474563 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474563 is #B8BA9C. Grayscale: #484848. Windows color (decimal): -12106397 or 6505799. OLE color: 6505799.

HSL color Cylindrical-coordinate representation of color #474563: hue angle of 244º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #474563 is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 71 69 99 -
CMYK 0.28 0.30 0 0.61
HSL 244º 0.18% 0.33% -
HSV(B) 244º 0.3% 0.39% -
XYZ 6.98 6.5 12.69 -
YUV 73.02 142.66 126.56 -
System Red Green Blue C M Y K H S L
Decimal 71 69 99 0.28 0.30 0 0.61 244 0.18 0.33
Hex 47 45 63 1C 1E 0 3D F4 12 21
Octal 107 105 143 34 36 0 75 364 22 41
Binary 1000111 1000101 1100011 11100 11110 0 111101 11110100 10010 100001

Color Harmonies of #474563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474563

Black with #474563

Text Example


Text Example

White with #474563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474563; }

 p { color: rgb(71,69,99); }

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

background-color css

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

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

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

border-color css

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

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

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