Html Css Color HEX #494C6B Corn Flower Blue

📋 copy color: '#494C6B'

red 73 ◦ green 76 ◦ blue 107

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

Shades of Corn Flower Blue #494C6B

Tints of Corn Flower Blue #494C6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 41.8%

R = 28.52%
G = 29.69%
B = 41.8%

CMYK

 C value IS 0.32

 M value IS 0.29

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#494C6B (or 0x494C6B) is known color: Corn Flower Blue. HEX triplet: 49, 4C and 6B. RGB value is (73,76,107). Sum of RGB (Red+Green+Blue) = 73+76+107=256 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.52% from 256); Green value is 76 (30.08% from 255 or 29.69% from 256); Blue value is 107 (42.19% from 255 or 41.80% from 256); Max value from RGB is 107 - color contains mainly: blue. Hex color #494C6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494C6B is #B6B394. Grayscale: #4E4E4E. Windows color (decimal): -11973525 or 7031881. OLE color: 7031881.

HSL color Cylindrical-coordinate representation of color #494C6B: hue angle of 234.71º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #494C6B is Cyan = 0.32, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 73 76 107 -
CMYK 0.32 0.29 0 0.58
HSL 234.71º 0.19% 0.35% -
HSV(B) 234.71º 0.32% 0.42% -
XYZ 7.99 7.65 14.97 -
YUV 78.64 144.01 123.98 -
System Red Green Blue C M Y K H S L
Decimal 73 76 107 0.32 0.29 0 0.58 234.71 0.19 0.35
Hex 49 4C 6B 20 1D 0 3A EB 13 23
Octal 111 114 153 40 35 0 72 353 23 43
Binary 1001001 1001100 1101011 100000 11101 0 111010 11101011 10011 100011

Color Harmonies of #494C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494C6B

Black with #494C6B

Text Example


Text Example

White with #494C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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