Html Css Color HEX #494C69 Corn Flower Blue

📋 copy color: '#494C69'

red 73 ◦ green 76 ◦ blue 105

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

Shades of Corn Flower Blue #494C69

Tints of Corn Flower Blue #494C69

RGB

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

 GREEN value IS 76 (30.08% from 255) = 29.92%

 BLUE value IS 105 (41.41% from 255) = 41.34%

R = 28.74%
G = 29.92%
B = 41.34%

CMYK

 C value IS 0.30

 M value IS 0.28

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#494C69 (or 0x494C69) is known color: Corn Flower Blue. HEX triplet: 49, 4C and 69. RGB value is (73,76,105). Sum of RGB (Red+Green+Blue) = 73+76+105=254 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.74% from 254); Green value is 76 (30.08% from 255 or 29.92% from 254); Blue value is 105 (41.41% from 255 or 41.34% from 254); Max value from RGB is 105 - color contains mainly: blue. Hex color #494C69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494C69 is #B6B396. Grayscale: #4E4E4E. Windows color (decimal): -11973527 or 6900809. OLE color: 6900809.

HSL color Cylindrical-coordinate representation of color #494C69: hue angle of 234.38º 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 #494C69 is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 73 76 105 -
CMYK 0.30 0.28 0 0.59
HSL 234.38º 0.18% 0.35% -
HSV(B) 234.38º 0.3% 0.41% -
XYZ 7.88 7.61 14.42 -
YUV 78.41 143.01 124.14 -
System Red Green Blue C M Y K H S L
Decimal 73 76 105 0.30 0.28 0 0.59 234.38 0.18 0.35
Hex 49 4C 69 1E 1C 0 3B EA 12 23
Octal 111 114 151 36 34 0 73 352 22 43
Binary 1001001 1001100 1101001 11110 11100 0 111011 11101010 10010 100011

Color Harmonies of #494C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494C69

Black with #494C69

Text Example


Text Example

White with #494C69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494C69; }

 p { color: rgb(73,76,105); }

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

background-color css

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

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

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

border-color css

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

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

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