Html Css Color HEX #4A446E Corn Flower Blue

📋 copy color: '#4A446E'

red 74 ◦ green 68 ◦ blue 110

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

Shades of Corn Flower Blue #4A446E

Tints of Corn Flower Blue #4A446E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.98%

 BLUE value IS 110 (43.36% from 255) = 43.65%

R = 29.37%
G = 26.98%
B = 43.65%

CMYK

 C value IS 0.33

 M value IS 0.38

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#4A446E (or 0x4A446E) is known color: Corn Flower Blue. HEX triplet: 4A, 44 and 6E. RGB value is (74,68,110). Sum of RGB (Red+Green+Blue) = 74+68+110=252 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.37% from 252); Green value is 68 (26.95% from 255 or 26.98% from 252); Blue value is 110 (43.36% from 255 or 43.65% from 252); Max value from RGB is 110 - color contains mainly: blue. Hex color #4A446E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A446E is #B5BB91. Grayscale: #4A4A4A. Windows color (decimal): -11910034 or 7226442. OLE color: 7226442.

HSL color Cylindrical-coordinate representation of color #4A446E: hue angle of 248.57º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4A446E is Cyan = 0.33, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 74 68 110 -
CMYK 0.33 0.38 0 0.57
HSL 248.57º 0.24% 0.35% -
HSV(B) 248.57º 0.38% 0.43% -
XYZ 7.71 6.72 15.64 -
YUV 74.58 147.99 127.58 -
System Red Green Blue C M Y K H S L
Decimal 74 68 110 0.33 0.38 0 0.57 248.57 0.24 0.35
Hex 4A 44 6E 21 26 0 39 F9 18 23
Octal 112 104 156 41 46 0 71 371 30 43
Binary 1001010 1000100 1101110 100001 100110 0 111001 11111001 11000 100011

Color Harmonies of #4A446E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A446E

Black with #4A446E

Text Example


Text Example

White with #4A446E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,68,110); }

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

background-color css

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

 a { background-color: rgb(74,68,110); }

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

border-color css

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

 span { border-color: rgb(74,68,110); }

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