#464277

Color #464277 Corn Flower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Corn Flower Blue #464277

Tints of Corn Flower Blue #464277

Color information

#464277 (or 0x464277) is unknown color: approx Corn Flower Blue. HEX triplet: 46, 42 and 77. RGB value is (70,66,119). Sum of RGB (Red+Green+Blue) = 70+66+119=255 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.45% from 255); Green value is 66 (26.17% from 255 or 25.88% from 255); Blue value is 119 (46.88% from 255 or 46.67% from 255); Max value from RGB is 119 - color contains mainly: blue. Hex color #464277 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464277 is #B9BD88. Grayscale: #494949. Windows color (decimal): -12172681 or 7815750. OLE color: 7815750.

HSL color Cylindrical-coordinate representation of color #464277: hue angle of 244.53º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #464277 is Cyan = 0.41, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7066119-
CMYK0.410.4500.53
HSL244.53º28.65%36.27%-
HSV(B)244.53º44.54%46.67%-
XYZ7.86.5318.3-
YUV73.24153.83125.69-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.45%
GREEN value IS 66 (26.17% from 255) = 25.88%
BLUE value IS 119 (46.88% from 255) = 46.67%
R=27.45%
G=25.88%
B=46.67%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal70661190.410.4500.53244.5328.6536.27
Hex464277292D035f51d24
Octal10610216751550653653544
Binary10001101000010111011110100110110101101011111010111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464277; }

 p { color: rgb(70,66,119); }

 H1.HeaderClassName
 {
   color: #464277;
 }
 .AnyTagClassName
 {
   color: #464277;
 }
</style>
background-color css

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

 a { background-color: rgb(70,66,119); }

 div.DivClassName
 {
   background-color: #464277;
 }
 .BgClassName
 {
   background-color: #464277;
 }
</style>
border-color css

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

 span { border-color: rgb(70,66,119); }

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