Html Css Color HEX #494D75 Corn Flower Blue

📋 copy color: '#494D75'

red 73 ◦ green 77 ◦ blue 117

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

Shades of Corn Flower Blue #494D75

Tints of Corn Flower Blue #494D75

RGB

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

 GREEN value IS 77 (30.47% from 255) = 28.84%

 BLUE value IS 117 (46.09% from 255) = 43.82%

R = 27.34%
G = 28.84%
B = 43.82%

CMYK

 C value IS 0.38

 M value IS 0.34

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#494D75 (or 0x494D75) is known color: Corn Flower Blue. HEX triplet: 49, 4D and 75. RGB value is (73,77,117). Sum of RGB (Red+Green+Blue) = 73+77+117=267 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.34% from 267); Green value is 77 (30.47% from 255 or 28.84% from 267); Blue value is 117 (46.09% from 255 or 43.82% from 267); Max value from RGB is 117 - color contains mainly: blue. Hex color #494D75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #494D75 is #B6B28A. Grayscale: #505050. Windows color (decimal): -11973259 or 7687497. OLE color: 7687497.

HSL color Cylindrical-coordinate representation of color #494D75: hue angle of 234.55º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #494D75 is Cyan = 0.38, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 73 77 117 -
CMYK 0.38 0.34 0 0.54
HSL 234.55º 0.23% 0.37% -
HSV(B) 234.55º 0.38% 0.46% -
XYZ 8.61 8.01 17.92 -
YUV 80.36 148.67 122.75 -
System Red Green Blue C M Y K H S L
Decimal 73 77 117 0.38 0.34 0 0.54 234.55 0.23 0.37
Hex 49 4D 75 26 22 0 36 EB 17 25
Octal 111 115 165 46 42 0 66 353 27 45
Binary 1001001 1001101 1110101 100110 100010 0 110110 11101011 10111 100101

Color Harmonies of #494D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494D75

Black with #494D75

Text Example


Text Example

White with #494D75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,77,117); }

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

background-color css

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

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

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

border-color css

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

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

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