Html Css Color HEX #4A457C Corn Flower Blue

📋 copy color: '#4A457C'

red 74 ◦ green 69 ◦ blue 124

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

Shades of Corn Flower Blue #4A457C

Tints of Corn Flower Blue #4A457C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 46.44%

R = 27.72%
G = 25.84%
B = 46.44%

CMYK

 C value IS 0.40

 M value IS 0.44

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4A457C (or 0x4A457C) is known color: Corn Flower Blue. HEX triplet: 4A, 45 and 7C. RGB value is (74,69,124). Sum of RGB (Red+Green+Blue) = 74+69+124=267 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.72% from 267); Green value is 69 (27.34% from 255 or 25.84% from 267); Blue value is 124 (48.83% from 255 or 46.44% from 267); Max value from RGB is 124 - color contains mainly: blue. Hex color #4A457C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A457C is #B5BA83. Grayscale: #4C4C4C. Windows color (decimal): -11909764 or 8144202. OLE color: 8144202.

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

Color convert

RGB 74 69 124 -
CMYK 0.40 0.44 0 0.51
HSL 245.45º 0.28% 0.38% -
HSV(B) 245.45º 0.44% 0.49% -
XYZ 8.59 7.17 20 -
YUV 76.77 154.66 126.03 -
System Red Green Blue C M Y K H S L
Decimal 74 69 124 0.40 0.44 0 0.51 245.45 0.28 0.38
Hex 4A 45 7C 28 2C 0 33 F5 1C 26
Octal 112 105 174 50 54 0 63 365 34 46
Binary 1001010 1000101 1111100 101000 101100 0 110011 11110101 11100 100110

Color Harmonies of #4A457C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A457C

Black with #4A457C

Text Example


Text Example

White with #4A457C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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