Html Css Color HEX #494378 Corn Flower Blue

📋 copy color: '#494378'

red 73 ◦ green 67 ◦ blue 120

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

Shades of Corn Flower Blue #494378

Tints of Corn Flower Blue #494378

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.77%

 BLUE value IS 120 (47.27% from 255) = 46.15%

R = 28.08%
G = 25.77%
B = 46.15%

CMYK

 C value IS 0.39

 M value IS 0.44

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#494378 (or 0x494378) is known color: Corn Flower Blue. HEX triplet: 49, 43 and 78. RGB value is (73,67,120). Sum of RGB (Red+Green+Blue) = 73+67+120=260 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.08% from 260); Green value is 67 (26.56% from 255 or 25.77% from 260); Blue value is 120 (47.27% from 255 or 46.15% from 260); Max value from RGB is 120 - color contains mainly: blue. Hex color #494378 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494378 is #B6BC87. Grayscale: #4A4A4A. Windows color (decimal): -11975816 or 7881545. OLE color: 7881545.

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

Color convert

RGB 73 67 120 -
CMYK 0.39 0.44 0 0.53
HSL 246.79º 0.28% 0.37% -
HSV(B) 246.79º 0.44% 0.47% -
XYZ 8.14 6.79 18.65 -
YUV 74.84 153.49 126.69 -
System Red Green Blue C M Y K H S L
Decimal 73 67 120 0.39 0.44 0 0.53 246.79 0.28 0.37
Hex 49 43 78 27 2C 0 35 F7 1C 25
Octal 111 103 170 47 54 0 65 367 34 45
Binary 1001001 1000011 1111000 100111 101100 0 110101 11110111 11100 100101

Color Harmonies of #494378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494378

Black with #494378

Text Example


Text Example

White with #494378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494378; }

 p { color: rgb(73,67,120); }

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

background-color css

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

 a { background-color: rgb(73,67,120); }

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

border-color css

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

 span { border-color: rgb(73,67,120); }

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