Html Css Color HEX #494777 Corn Flower Blue

📋 copy color: '#494777'

red 73 ◦ green 71 ◦ blue 119

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

Shades of Corn Flower Blue #494777

Tints of Corn Flower Blue #494777

RGB

 RED value IS 73 (28.91% from 255) = 27.76%

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

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

R = 27.76%
G = 27%
B = 45.25%

CMYK

 C value IS 0.39

 M value IS 0.40

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#494777 (or 0x494777) is known color: Corn Flower Blue. HEX triplet: 49, 47 and 77. RGB value is (73,71,119). Sum of RGB (Red+Green+Blue) = 73+71+119=263 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.76% from 263); Green value is 71 (28.12% from 255 or 27.00% from 263); Blue value is 119 (46.88% from 255 or 45.25% from 263); Max value from RGB is 119 - color contains mainly: blue. Hex color #494777 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494777 is #B6B888. Grayscale: #4C4C4C. Windows color (decimal): -11974793 or 7817033. OLE color: 7817033.

HSL color Cylindrical-coordinate representation of color #494777: hue angle of 242.5º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #494777 is Cyan = 0.39, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 73 71 119 -
CMYK 0.39 0.40 0 0.53
HSL 242.5º 0.25% 0.37% -
HSV(B) 242.5º 0.4% 0.47% -
XYZ 8.33 7.25 18.41 -
YUV 77.07 151.66 125.1 -
System Red Green Blue C M Y K H S L
Decimal 73 71 119 0.39 0.40 0 0.53 242.5 0.25 0.37
Hex 49 47 77 27 28 0 35 F2 19 25
Octal 111 107 167 47 50 0 65 362 31 45
Binary 1001001 1000111 1110111 100111 101000 0 110101 11110010 11001 100101

Color Harmonies of #494777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494777

Black with #494777

Text Example


Text Example

White with #494777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494777; }

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

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

background-color css

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

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

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

border-color css

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

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

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