Html Css Color HEX #494968 Corn Flower Blue

📋 copy color: '#494968'

red 73 ◦ green 73 ◦ blue 104

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

Shades of Corn Flower Blue #494968

Tints of Corn Flower Blue #494968

RGB

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

 GREEN value IS 73 (28.91% from 255) = 29.2%

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

R = 29.2%
G = 29.2%
B = 41.6%

CMYK

 C value IS 0.30

 M value IS 0.30

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#494968 (or 0x494968) is known color: Corn Flower Blue. HEX triplet: 49, 49 and 68. RGB value is (73,73,104). Sum of RGB (Red+Green+Blue) = 73+73+104=250 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.2% from 250); Green value is 73 (28.91% from 255 or 29.2% from 250); Blue value is 104 (41.02% from 255 or 41.6% from 250); Max value from RGB is 104 - color contains mainly: blue. Hex color #494968 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494968 is #B6B697. Grayscale: #4C4C4C. Windows color (decimal): -11974296 or 6834505. OLE color: 6834505.

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

Color convert

RGB 73 73 104 -
CMYK 0.30 0.30 0 0.59
HSL 240º 0.18% 0.35% -
HSV(B) 240º 0.3% 0.41% -
XYZ 7.63 7.18 14.08 -
YUV 76.53 143.5 125.48 -
System Red Green Blue C M Y K H S L
Decimal 73 73 104 0.30 0.30 0 0.59 240 0.18 0.35
Hex 49 49 68 1E 1E 0 3B F0 12 23
Octal 111 111 150 36 36 0 73 360 22 43
Binary 1001001 1001001 1101000 11110 11110 0 111011 11110000 10010 100011

Color Harmonies of #494968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494968

Black with #494968

Text Example


Text Example

White with #494968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494968; }

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

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

background-color css

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

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

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

border-color css

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

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

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