Html Css Color HEX #494675 Corn Flower Blue

📋 copy color: '#494675'

red 73 ◦ green 70 ◦ blue 117

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

Shades of Corn Flower Blue #494675

Tints of Corn Flower Blue #494675

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.92%

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

R = 28.08%
G = 26.92%
B = 45%

CMYK

 C value IS 0.38

 M value IS 0.40

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#494675 (or 0x494675) is known color: Corn Flower Blue. HEX triplet: 49, 46 and 75. RGB value is (73,70,117). Sum of RGB (Red+Green+Blue) = 73+70+117=260 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.08% from 260); Green value is 70 (27.73% from 255 or 26.92% from 260); Blue value is 117 (46.09% from 255 or 45% from 260); Max value from RGB is 117 - color contains mainly: blue. Hex color #494675 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494675 is #B6B98A. Grayscale: #4C4C4C. Windows color (decimal): -11975051 or 7685705. OLE color: 7685705.

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

Color convert

RGB 73 70 117 -
CMYK 0.38 0.40 0 0.54
HSL 243.83º 0.25% 0.37% -
HSV(B) 243.83º 0.4% 0.46% -
XYZ 8.15 7.08 17.77 -
YUV 76.26 150.99 125.68 -
System Red Green Blue C M Y K H S L
Decimal 73 70 117 0.38 0.40 0 0.54 243.83 0.25 0.37
Hex 49 46 75 26 28 0 36 F4 19 25
Octal 111 106 165 46 50 0 66 364 31 45
Binary 1001001 1000110 1110101 100110 101000 0 110110 11110100 11001 100101

Color Harmonies of #494675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494675

Black with #494675

Text Example


Text Example

White with #494675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494675; }

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

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

background-color css

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

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

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

border-color css

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

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

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