Html Css Color HEX #494B7B Corn Flower Blue

📋 copy color: '#494B7B'

red 73 ◦ green 75 ◦ blue 123

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

Shades of Corn Flower Blue #494B7B

Tints of Corn Flower Blue #494B7B

RGB

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

 GREEN value IS 75 (29.69% from 255) = 27.68%

 BLUE value IS 123 (48.44% from 255) = 45.39%

R = 26.94%
G = 27.68%
B = 45.39%

CMYK

 C value IS 0.41

 M value IS 0.39

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#494B7B (or 0x494B7B) is known color: Corn Flower Blue. HEX triplet: 49, 4B and 7B. RGB value is (73,75,123). Sum of RGB (Red+Green+Blue) = 73+75+123=271 (35% of max value = 765). Red value is 73 (28.91% from 255 or 26.94% from 271); Green value is 75 (29.69% from 255 or 27.68% from 271); Blue value is 123 (48.44% from 255 or 45.39% from 271); Max value from RGB is 123 - color contains mainly: blue. Hex color #494B7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494B7B is #B6B484. Grayscale: #4F4F4F. Windows color (decimal): -11973765 or 8080201. OLE color: 8080201.

HSL color Cylindrical-coordinate representation of color #494B7B: hue angle of 237.6º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #494B7B is Cyan = 0.41, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 73 75 123 -
CMYK 0.41 0.39 0 0.52
HSL 237.6º 0.26% 0.38% -
HSV(B) 237.6º 0.41% 0.48% -
XYZ 8.84 7.88 19.79 -
YUV 79.87 152.34 123.1 -
System Red Green Blue C M Y K H S L
Decimal 73 75 123 0.41 0.39 0 0.52 237.6 0.26 0.38
Hex 49 4B 7B 29 27 0 34 EE 1A 26
Octal 111 113 173 51 47 0 64 356 32 46
Binary 1001001 1001011 1111011 101001 100111 0 110100 11101110 11010 100110

Color Harmonies of #494B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494B7B

Black with #494B7B

Text Example


Text Example

White with #494B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,75,123); }

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

background-color css

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

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

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

border-color css

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

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

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