Html Css Color HEX #4A4378 Corn Flower Blue

📋 copy color: '#4A4378'

red 74 ◦ green 67 ◦ blue 120

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

Shades of Corn Flower Blue #4A4378

Tints of Corn Flower Blue #4A4378

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.67%

 BLUE value IS 120 (47.27% from 255) = 45.98%

R = 28.35%
G = 25.67%
B = 45.98%

CMYK

 C value IS 0.38

 M value IS 0.44

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#4A4378 (or 0x4A4378) is known color: Corn Flower Blue. HEX triplet: 4A, 43 and 78. RGB value is (74,67,120). Sum of RGB (Red+Green+Blue) = 74+67+120=261 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.35% from 261); Green value is 67 (26.56% from 255 or 25.67% from 261); Blue value is 120 (47.27% from 255 or 45.98% from 261); Max value from RGB is 120 - color contains mainly: blue. Hex color #4A4378 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A4378 is #B5BC87. Grayscale: #4A4A4A. Windows color (decimal): -11910280 or 7881546. OLE color: 7881546.

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

Color convert

RGB 74 67 120 -
CMYK 0.38 0.44 0 0.53
HSL 247.92º 0.28% 0.37% -
HSV(B) 247.92º 0.44% 0.47% -
XYZ 8.22 6.83 18.65 -
YUV 75.14 153.32 127.19 -
System Red Green Blue C M Y K H S L
Decimal 74 67 120 0.38 0.44 0 0.53 247.92 0.28 0.37
Hex 4A 43 78 26 2C 0 35 F8 1C 25
Octal 112 103 170 46 54 0 65 370 34 45
Binary 1001010 1000011 1111000 100110 101100 0 110101 11111000 11100 100101

Color Harmonies of #4A4378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4378

Black with #4A4378

Text Example


Text Example

White with #4A4378

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,67,120); }

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

background-color css

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

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

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

border-color css

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

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

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