Html Css Color HEX #4A4573 Corn Flower Blue

📋 copy color: '#4A4573'

red 74 ◦ green 69 ◦ blue 115

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

Shades of Corn Flower Blue #4A4573

Tints of Corn Flower Blue #4A4573

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.74%

 BLUE value IS 115 (45.31% from 255) = 44.57%

R = 28.68%
G = 26.74%
B = 44.57%

CMYK

 C value IS 0.36

 M value IS 0.4

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4A4573 (or 0x4A4573) is known color: Corn Flower Blue. HEX triplet: 4A, 45 and 73. RGB value is (74,69,115). Sum of RGB (Red+Green+Blue) = 74+69+115=258 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.68% from 258); Green value is 69 (27.34% from 255 or 26.74% from 258); Blue value is 115 (45.31% from 255 or 44.57% from 258); Max value from RGB is 115 - color contains mainly: blue. Hex color #4A4573 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A4573 is #B5BA8C. Grayscale: #4B4B4B. Windows color (decimal): -11909773 or 7554378. OLE color: 7554378.

HSL color Cylindrical-coordinate representation of color #4A4573: hue angle of 246.52º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4A4573 is Cyan = 0.36, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 74 69 115 -
CMYK 0.36 0.4 0 0.55
HSL 246.52º 0.25% 0.36% -
HSV(B) 246.52º 0.4% 0.45% -
XYZ 8.05 6.95 17.14 -
YUV 75.74 150.16 126.76 -
System Red Green Blue C M Y K H S L
Decimal 74 69 115 0.36 0.4 0 0.55 246.52 0.25 0.36
Hex 4A 45 73 24 28 0 37 F7 19 24
Octal 112 105 163 44 50 0 67 367 31 44
Binary 1001010 1000101 1110011 100100 101000 0 110111 11110111 11001 100100

Color Harmonies of #4A4573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4573

Black with #4A4573

Text Example


Text Example

White with #4A4573

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,69,115); }

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

background-color css

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

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

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

border-color css

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

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

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