Html Css Color HEX #494175 Corn Flower Blue

📋 copy color: '#494175'

red 73 ◦ green 65 ◦ blue 117

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

Shades of Corn Flower Blue #494175

Tints of Corn Flower Blue #494175

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.49%

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

R = 28.63%
G = 25.49%
B = 45.88%

CMYK

 C value IS 0.38

 M value IS 0.44

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#494175 (or 0x494175) is known color: Corn Flower Blue. HEX triplet: 49, 41 and 75. RGB value is (73,65,117). Sum of RGB (Red+Green+Blue) = 73+65+117=255 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.63% from 255); Green value is 65 (25.78% from 255 or 25.49% from 255); Blue value is 117 (46.09% from 255 or 45.88% from 255); Max value from RGB is 117 - color contains mainly: blue. Hex color #494175 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494175 is #B6BE8A. Grayscale: #494949. Windows color (decimal): -11976331 or 7684425. OLE color: 7684425.

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

Color convert

RGB 73 65 117 -
CMYK 0.38 0.44 0 0.54
HSL 249.23º 0.29% 0.36% -
HSV(B) 249.23º 0.44% 0.46% -
XYZ 7.85 6.48 17.67 -
YUV 73.32 152.65 127.77 -
System Red Green Blue C M Y K H S L
Decimal 73 65 117 0.38 0.44 0 0.54 249.23 0.29 0.36
Hex 49 41 75 26 2C 0 36 F9 1D 24
Octal 111 101 165 46 54 0 66 371 35 44
Binary 1001001 1000001 1110101 100110 101100 0 110110 11111001 11101 100100

Color Harmonies of #494175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494175

Black with #494175

Text Example


Text Example

White with #494175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494175; }

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

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

background-color css

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

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

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

border-color css

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

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

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