Html Css Color HEX #4A496B Corn Flower Blue

📋 copy color: '#4A496B'

red 74 ◦ green 73 ◦ blue 107

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

Shades of Corn Flower Blue #4A496B

Tints of Corn Flower Blue #4A496B

RGB

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

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

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

R = 29.13%
G = 28.74%
B = 42.13%

CMYK

 C value IS 0.31

 M value IS 0.32

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4A496B (or 0x4A496B) is known color: Corn Flower Blue. HEX triplet: 4A, 49 and 6B. RGB value is (74,73,107). Sum of RGB (Red+Green+Blue) = 74+73+107=254 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.13% from 254); Green value is 73 (28.91% from 255 or 28.74% from 254); Blue value is 107 (42.19% from 255 or 42.13% from 254); Max value from RGB is 107 - color contains mainly: blue. Hex color #4A496B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A496B is #B5B694. Grayscale: #4D4D4D. Windows color (decimal): -11908757 or 7031114. OLE color: 7031114.

HSL color Cylindrical-coordinate representation of color #4A496B: hue angle of 241.76º 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 #4A496B is Cyan = 0.31, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 74 73 107 -
CMYK 0.31 0.32 0 0.58
HSL 241.76º 0.19% 0.35% -
HSV(B) 241.76º 0.32% 0.42% -
XYZ 7.86 7.28 14.9 -
YUV 77.18 144.83 125.74 -
System Red Green Blue C M Y K H S L
Decimal 74 73 107 0.31 0.32 0 0.58 241.76 0.19 0.35
Hex 4A 49 6B 1F 20 0 3A F2 13 23
Octal 112 111 153 37 40 0 72 362 23 43
Binary 1001010 1001001 1101011 11111 100000 0 111010 11110010 10011 100011

Color Harmonies of #4A496B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A496B

Black with #4A496B

Text Example


Text Example

White with #4A496B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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