Html Css Color HEX #494867 Corn Flower Blue

📋 copy color: '#494867'

red 73 ◦ green 72 ◦ blue 103

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

Shades of Corn Flower Blue #494867

Tints of Corn Flower Blue #494867

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 41.53%

R = 29.44%
G = 29.03%
B = 41.53%

CMYK

 C value IS 0.29

 M value IS 0.30

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#494867 (or 0x494867) is known color: Corn Flower Blue. HEX triplet: 49, 48 and 67. RGB value is (73,72,103). Sum of RGB (Red+Green+Blue) = 73+72+103=248 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.44% from 248); Green value is 72 (28.52% from 255 or 29.03% from 248); Blue value is 103 (40.62% from 255 or 41.53% from 248); Max value from RGB is 103 - color contains mainly: blue. Hex color #494867 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494867 is #B6B798. Grayscale: #4B4B4B. Windows color (decimal): -11974553 or 6768713. OLE color: 6768713.

HSL color Cylindrical-coordinate representation of color #494867: hue angle of 241.94º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #494867 is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 73 72 103 -
CMYK 0.29 0.30 0 0.60
HSL 241.94º 0.18% 0.34% -
HSV(B) 241.94º 0.3% 0.4% -
XYZ 7.51 7.03 13.79 -
YUV 75.83 143.33 125.98 -
System Red Green Blue C M Y K H S L
Decimal 73 72 103 0.29 0.30 0 0.60 241.94 0.18 0.34
Hex 49 48 67 1D 1E 0 3C F2 12 22
Octal 111 110 147 35 36 0 74 362 22 42
Binary 1001001 1001000 1100111 11101 11110 0 111100 11110010 10010 100010

Color Harmonies of #494867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494867

Black with #494867

Text Example


Text Example

White with #494867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494867; }

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

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

background-color css

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

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

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

border-color css

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

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

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