Html Css Color HEX #4A476E Corn Flower Blue

📋 copy color: '#4A476E'

red 74 ◦ green 71 ◦ blue 110

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

Shades of Corn Flower Blue #4A476E

Tints of Corn Flower Blue #4A476E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.84%

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

R = 29.02%
G = 27.84%
B = 43.14%

CMYK

 C value IS 0.33

 M value IS 0.35

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#4A476E (or 0x4A476E) is known color: Corn Flower Blue. HEX triplet: 4A, 47 and 6E. RGB value is (74,71,110). Sum of RGB (Red+Green+Blue) = 74+71+110=255 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.02% from 255); Green value is 71 (28.12% from 255 or 27.84% from 255); Blue value is 110 (43.36% from 255 or 43.14% from 255); Max value from RGB is 110 - color contains mainly: blue. Hex color #4A476E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A476E is #B5B891. Grayscale: #4C4C4C. Windows color (decimal): -11909266 or 7227210. OLE color: 7227210.

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

Color convert

RGB 74 71 110 -
CMYK 0.33 0.35 0 0.57
HSL 244.62º 0.22% 0.35% -
HSV(B) 244.62º 0.35% 0.43% -
XYZ 7.89 7.09 15.7 -
YUV 76.34 146.99 126.33 -
System Red Green Blue C M Y K H S L
Decimal 74 71 110 0.33 0.35 0 0.57 244.62 0.22 0.35
Hex 4A 47 6E 21 23 0 39 F5 16 23
Octal 112 107 156 41 43 0 71 365 26 43
Binary 1001010 1000111 1101110 100001 100011 0 111001 11110101 10110 100011

Color Harmonies of #4A476E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A476E

Black with #4A476E

Text Example


Text Example

White with #4A476E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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