Html Css Color HEX #4A4575 Corn Flower Blue

📋 copy color: '#4A4575'

red 74 ◦ green 69 ◦ blue 117

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

Shades of Corn Flower Blue #4A4575

Tints of Corn Flower Blue #4A4575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 45%

R = 28.46%
G = 26.54%
B = 45%

CMYK

 C value IS 0.37

 M value IS 0.41

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#4A4575 (or 0x4A4575) is known color: Corn Flower Blue. HEX triplet: 4A, 45 and 75. RGB value is (74,69,117). Sum of RGB (Red+Green+Blue) = 74+69+117=260 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.46% from 260); Green value is 69 (27.34% from 255 or 26.54% from 260); Blue value is 117 (46.09% from 255 or 45% from 260); Max value from RGB is 117 - color contains mainly: blue. Hex color #4A4575 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A4575 is #B5BA8A. Grayscale: #4B4B4B. Windows color (decimal): -11909771 or 7685450. OLE color: 7685450.

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

Color convert

RGB 74 69 117 -
CMYK 0.37 0.41 0 0.54
HSL 246.25º 0.26% 0.36% -
HSV(B) 246.25º 0.41% 0.46% -
XYZ 8.16 7 17.75 -
YUV 75.97 151.16 126.6 -
System Red Green Blue C M Y K H S L
Decimal 74 69 117 0.37 0.41 0 0.54 246.25 0.26 0.36
Hex 4A 45 75 25 29 0 36 F6 1A 24
Octal 112 105 165 45 51 0 66 366 32 44
Binary 1001010 1000101 1110101 100101 101001 0 110110 11110110 11010 100100

Color Harmonies of #4A4575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4575

Black with #4A4575

Text Example


Text Example

White with #4A4575

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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