Html Css Color HEX #4A4975 Corn Flower Blue

📋 copy color: '#4A4975'

red 74 ◦ green 73 ◦ blue 117

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

Shades of Corn Flower Blue #4A4975

Tints of Corn Flower Blue #4A4975

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.65%

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

R = 28.03%
G = 27.65%
B = 44.32%

CMYK

 C value IS 0.37

 M value IS 0.38

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#4A4975 (or 0x4A4975) is known color: Corn Flower Blue. HEX triplet: 4A, 49 and 75. RGB value is (74,73,117). Sum of RGB (Red+Green+Blue) = 74+73+117=264 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.03% from 264); Green value is 73 (28.91% from 255 or 27.65% from 264); Blue value is 117 (46.09% from 255 or 44.32% from 264); Max value from RGB is 117 - color contains mainly: blue. Hex color #4A4975 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A4975 is #B5B68A. Grayscale: #4E4E4E. Windows color (decimal): -11908747 or 7686474. OLE color: 7686474.

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

Color convert

RGB 74 73 117 -
CMYK 0.37 0.38 0 0.54
HSL 241.36º 0.23% 0.37% -
HSV(B) 241.36º 0.38% 0.46% -
XYZ 8.42 7.51 17.83 -
YUV 78.32 149.83 124.92 -
System Red Green Blue C M Y K H S L
Decimal 74 73 117 0.37 0.38 0 0.54 241.36 0.23 0.37
Hex 4A 49 75 25 26 0 36 F1 17 25
Octal 112 111 165 45 46 0 66 361 27 45
Binary 1001010 1001001 1110101 100101 100110 0 110110 11110001 10111 100101

Color Harmonies of #4A4975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4975

Black with #4A4975

Text Example


Text Example

White with #4A4975

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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