Html Css Color HEX #4A4A76 Corn Flower Blue

📋 copy color: '#4A4A76'

red 74 ◦ green 74 ◦ blue 118

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

Shades of Corn Flower Blue #4A4A76

Tints of Corn Flower Blue #4A4A76

RGB

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

 GREEN value IS 74 (29.3% from 255) = 27.82%

 BLUE value IS 118 (46.48% from 255) = 44.36%

R = 27.82%
G = 27.82%
B = 44.36%

CMYK

 C value IS 0.37

 M value IS 0.37

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#4A4A76 (or 0x4A4A76) is known color: Corn Flower Blue. HEX triplet: 4A, 4A and 76. RGB value is (74,74,118). Sum of RGB (Red+Green+Blue) = 74+74+118=266 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.82% from 266); Green value is 74 (29.30% from 255 or 27.82% from 266); Blue value is 118 (46.48% from 255 or 44.36% from 266); Max value from RGB is 118 - color contains mainly: blue. Hex color #4A4A76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A4A76 is #B5B589. Grayscale: #4E4E4E. Windows color (decimal): -11908490 or 7752266. OLE color: 7752266.

HSL color Cylindrical-coordinate representation of color #4A4A76: hue angle of 240º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4A4A76 is Cyan = 0.37, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 74 74 118 -
CMYK 0.37 0.37 0 0.54
HSL 240º 0.23% 0.38% -
HSV(B) 240º 0.37% 0.46% -
XYZ 8.54 7.66 18.17 -
YUV 79.02 150 124.42 -
System Red Green Blue C M Y K H S L
Decimal 74 74 118 0.37 0.37 0 0.54 240 0.23 0.38
Hex 4A 4A 76 25 25 0 36 F0 17 26
Octal 112 112 166 45 45 0 66 360 27 46
Binary 1001010 1001010 1110110 100101 100101 0 110110 11110000 10111 100110

Color Harmonies of #4A4A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4A76

Black with #4A4A76

Text Example


Text Example

White with #4A4A76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,74,118); }

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

background-color css

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

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

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

border-color css

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

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

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