Html Css Color HEX #4C466E Corn Flower Blue

📋 copy color: '#4C466E'

red 76 ◦ green 70 ◦ blue 110

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

Shades of Corn Flower Blue #4C466E

Tints of Corn Flower Blue #4C466E

RGB

 RED value IS 76 (30.08% from 255) = 29.69%

 GREEN value IS 70 (27.73% from 255) = 27.34%

 BLUE value IS 110 (43.36% from 255) = 42.97%

R = 29.69%
G = 27.34%
B = 42.97%

CMYK

 C value IS 0.31

 M value IS 0.36

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#4C466E (or 0x4C466E) is known color: Corn Flower Blue. HEX triplet: 4C, 46 and 6E. RGB value is (76,70,110). Sum of RGB (Red+Green+Blue) = 76+70+110=256 (33% of max value = 765). Red value is 76 (30.08% from 255 or 29.69% from 256); Green value is 70 (27.73% from 255 or 27.34% from 256); Blue value is 110 (43.36% from 255 or 42.97% from 256); Max value from RGB is 110 - color contains mainly: blue. Hex color #4C466E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C466E is #B3B991. Grayscale: #4C4C4C. Windows color (decimal): -11778450 or 7226956. OLE color: 7226956.

HSL color Cylindrical-coordinate representation of color #4C466E: hue angle of 249º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4C466E is Cyan = 0.31, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 76 70 110 -
CMYK 0.31 0.36 0 0.57
HSL 249º 0.22% 0.35% -
HSV(B) 249º 0.36% 0.43% -
XYZ 7.99 7.04 15.69 -
YUV 76.35 146.99 127.75 -
System Red Green Blue C M Y K H S L
Decimal 76 70 110 0.31 0.36 0 0.57 249 0.22 0.35
Hex 4C 46 6E 1F 24 0 39 F9 16 23
Octal 114 106 156 37 44 0 71 371 26 43
Binary 1001100 1000110 1101110 11111 100100 0 111001 11111001 10110 100011

Color Harmonies of #4C466E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C466E

Black with #4C466E

Text Example


Text Example

White with #4C466E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,70,110); }

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

background-color css

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

 a { background-color: rgb(76,70,110); }

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

border-color css

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

 span { border-color: rgb(76,70,110); }

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