Html Css Color HEX #4A497B Corn Flower Blue

📋 copy color: '#4A497B'

red 74 ◦ green 73 ◦ blue 123

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

Shades of Corn Flower Blue #4A497B

Tints of Corn Flower Blue #4A497B

RGB

 RED value IS 74 (29.3% from 255) = 27.41%

 GREEN value IS 73 (28.91% from 255) = 27.04%

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

R = 27.41%
G = 27.04%
B = 45.56%

CMYK

 C value IS 0.40

 M value IS 0.41

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#4A497B (or 0x4A497B) is known color: Corn Flower Blue. HEX triplet: 4A, 49 and 7B. RGB value is (74,73,123). Sum of RGB (Red+Green+Blue) = 74+73+123=270 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.41% from 270); Green value is 73 (28.91% from 255 or 27.04% from 270); Blue value is 123 (48.44% from 255 or 45.56% from 270); Max value from RGB is 123 - color contains mainly: blue. Hex color #4A497B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A497B is #B5B684. Grayscale: #4E4E4E. Windows color (decimal): -11908741 or 8079690. OLE color: 8079690.

HSL color Cylindrical-coordinate representation of color #4A497B: hue angle of 241.2º 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 #4A497B is Cyan = 0.40, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 74 73 123 -
CMYK 0.40 0.41 0 0.52
HSL 241.2º 0.26% 0.38% -
HSV(B) 241.2º 0.41% 0.48% -
XYZ 8.78 7.65 19.75 -
YUV 79 152.83 124.43 -
System Red Green Blue C M Y K H S L
Decimal 74 73 123 0.40 0.41 0 0.52 241.2 0.26 0.38
Hex 4A 49 7B 28 29 0 34 F1 1A 26
Octal 112 111 173 50 51 0 64 361 32 46
Binary 1001010 1001001 1111011 101000 101001 0 110100 11110001 11010 100110

Color Harmonies of #4A497B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A497B

Black with #4A497B

Text Example


Text Example

White with #4A497B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A497B; }

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

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

background-color css

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

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

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

border-color css

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

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

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