Html Css Color HEX #494568 Corn Flower Blue

📋 copy color: '#494568'

red 73 ◦ green 69 ◦ blue 104

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

Shades of Corn Flower Blue #494568

Tints of Corn Flower Blue #494568

RGB

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

 GREEN value IS 69 (27.34% from 255) = 28.05%

 BLUE value IS 104 (41.02% from 255) = 42.28%

R = 29.67%
G = 28.05%
B = 42.28%

CMYK

 C value IS 0.30

 M value IS 0.34

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#494568 (or 0x494568) is known color: Corn Flower Blue. HEX triplet: 49, 45 and 68. RGB value is (73,69,104). Sum of RGB (Red+Green+Blue) = 73+69+104=246 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.67% from 246); Green value is 69 (27.34% from 255 or 28.05% from 246); Blue value is 104 (41.02% from 255 or 42.28% from 246); Max value from RGB is 104 - color contains mainly: blue. Hex color #494568 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494568 is #B6BA97. Grayscale: #4A4A4A. Windows color (decimal): -11975320 or 6833481. OLE color: 6833481.

HSL color Cylindrical-coordinate representation of color #494568: hue angle of 246.86º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #494568 is Cyan = 0.30, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 73 69 104 -
CMYK 0.30 0.34 0 0.59
HSL 246.86º 0.2% 0.34% -
HSV(B) 246.86º 0.34% 0.41% -
XYZ 7.37 6.67 14 -
YUV 74.19 144.83 127.15 -
System Red Green Blue C M Y K H S L
Decimal 73 69 104 0.30 0.34 0 0.59 246.86 0.2 0.34
Hex 49 45 68 1E 22 0 3B F7 14 22
Octal 111 105 150 36 42 0 73 367 24 42
Binary 1001001 1000101 1101000 11110 100010 0 111011 11110111 10100 100010

Color Harmonies of #494568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494568

Black with #494568

Text Example


Text Example

White with #494568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494568; }

 p { color: rgb(73,69,104); }

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

background-color css

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

 a { background-color: rgb(73,69,104); }

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

border-color css

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

 span { border-color: rgb(73,69,104); }

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