Html Css Color HEX #494875 Corn Flower Blue

📋 copy color: '#494875'

red 73 ◦ green 72 ◦ blue 117

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

Shades of Corn Flower Blue #494875

Tints of Corn Flower Blue #494875

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.48%

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

R = 27.86%
G = 27.48%
B = 44.66%

CMYK

 C value IS 0.38

 M value IS 0.38

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#494875 (or 0x494875) is known color: Corn Flower Blue. HEX triplet: 49, 48 and 75. RGB value is (73,72,117). Sum of RGB (Red+Green+Blue) = 73+72+117=262 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.86% from 262); Green value is 72 (28.52% from 255 or 27.48% from 262); Blue value is 117 (46.09% from 255 or 44.66% from 262); Max value from RGB is 117 - color contains mainly: blue. Hex color #494875 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494875 is #B6B78A. Grayscale: #4D4D4D. Windows color (decimal): -11974539 or 7686217. OLE color: 7686217.

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

Color convert

RGB 73 72 117 -
CMYK 0.38 0.38 0 0.54
HSL 241.33º 0.24% 0.37% -
HSV(B) 241.33º 0.38% 0.46% -
XYZ 8.28 7.34 17.81 -
YUV 77.43 150.33 124.84 -
System Red Green Blue C M Y K H S L
Decimal 73 72 117 0.38 0.38 0 0.54 241.33 0.24 0.37
Hex 49 48 75 26 26 0 36 F1 18 25
Octal 111 110 165 46 46 0 66 361 30 45
Binary 1001001 1001000 1110101 100110 100110 0 110110 11110001 11000 100101

Color Harmonies of #494875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494875

Black with #494875

Text Example


Text Example

White with #494875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494875; }

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

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

background-color css

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

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

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

border-color css

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

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

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