Html Css Color HEX #4A4777 Corn Flower Blue

📋 copy color: '#4A4777'

red 74 ◦ green 71 ◦ blue 119

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

Shades of Corn Flower Blue #4A4777

Tints of Corn Flower Blue #4A4777

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 45.08%

R = 28.03%
G = 26.89%
B = 45.08%

CMYK

 C value IS 0.38

 M value IS 0.40

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#4A4777 (or 0x4A4777) is known color: Corn Flower Blue. HEX triplet: 4A, 47 and 77. RGB value is (74,71,119). Sum of RGB (Red+Green+Blue) = 74+71+119=264 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.03% from 264); Green value is 71 (28.12% from 255 or 26.89% from 264); Blue value is 119 (46.88% from 255 or 45.08% from 264); Max value from RGB is 119 - color contains mainly: blue. Hex color #4A4777 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A4777 is #B5B888. Grayscale: #4D4D4D. Windows color (decimal): -11909257 or 7817034. OLE color: 7817034.

HSL color Cylindrical-coordinate representation of color #4A4777: hue angle of 243.75º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4A4777 is Cyan = 0.38, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 74 71 119 -
CMYK 0.38 0.40 0 0.53
HSL 243.75º 0.25% 0.37% -
HSV(B) 243.75º 0.4% 0.47% -
XYZ 8.41 7.29 18.42 -
YUV 77.37 151.49 125.6 -
System Red Green Blue C M Y K H S L
Decimal 74 71 119 0.38 0.40 0 0.53 243.75 0.25 0.37
Hex 4A 47 77 26 28 0 35 F4 19 25
Octal 112 107 167 46 50 0 65 364 31 45
Binary 1001010 1000111 1110111 100110 101000 0 110101 11110100 11001 100101

Color Harmonies of #4A4777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4777

Black with #4A4777

Text Example


Text Example

White with #4A4777

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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