Html Css Color HEX #494075 Corn Flower Blue

📋 copy color: '#494075'

red 73 ◦ green 64 ◦ blue 117

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

Shades of Corn Flower Blue #494075

Tints of Corn Flower Blue #494075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 46.06%

R = 28.74%
G = 25.2%
B = 46.06%

CMYK

 C value IS 0.38

 M value IS 0.45

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#494075 (or 0x494075) is known color: Corn Flower Blue. HEX triplet: 49, 40 and 75. RGB value is (73,64,117). Sum of RGB (Red+Green+Blue) = 73+64+117=254 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.74% from 254); Green value is 64 (25.39% from 255 or 25.20% from 254); Blue value is 117 (46.09% from 255 or 46.06% from 254); Max value from RGB is 117 - color contains mainly: blue. Hex color #494075 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494075 is #B6BF8A. Grayscale: #484848. Windows color (decimal): -11976587 or 7684169. OLE color: 7684169.

HSL color Cylindrical-coordinate representation of color #494075: hue angle of 250.19º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #494075 is Cyan = 0.38, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 73 64 117 -
CMYK 0.38 0.45 0 0.54
HSL 250.19º 0.29% 0.35% -
HSV(B) 250.19º 0.45% 0.46% -
XYZ 7.79 6.37 17.65 -
YUV 72.73 152.98 128.19 -
System Red Green Blue C M Y K H S L
Decimal 73 64 117 0.38 0.45 0 0.54 250.19 0.29 0.35
Hex 49 40 75 26 2D 0 36 FA 1D 23
Octal 111 100 165 46 55 0 66 372 35 43
Binary 1001001 1000000 1110101 100110 101101 0 110110 11111010 11101 100011

Color Harmonies of #494075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494075

Black with #494075

Text Example


Text Example

White with #494075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494075; }

 p { color: rgb(73,64,117); }

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

background-color css

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

 a { background-color: rgb(73,64,117); }

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

border-color css

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

 span { border-color: rgb(73,64,117); }

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