#424677

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

Shades of Corn Flower Blue #424677

Tints of Corn Flower Blue #424677

Color information

#424677 (or 0x424677) is unknown color: approx Corn Flower Blue. HEX triplet: 42, 46 and 77. RGB value is (66,70,119). Sum of RGB (Red+Green+Blue) = 66+70+119=255 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.88% from 255); Green value is 70 (27.73% from 255 or 27.45% 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 #424677 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424677 is #BDB988. Grayscale: #4A4A4A. Windows color (decimal): -12433801 or 7816770. OLE color: 7816770.

HSL color Cylindrical-coordinate representation of color #424677: hue angle of 235.47º 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 #424677 is Cyan = 0.45, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6670119-
CMYK0.450.4100.53
HSL235.47º28.65%36.27%-
HSV(B)235.47º44.54%46.67%-
XYZ7.776.8718.37-
YUV74.39153.17122.02-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal66701190.450.4100.53235.4728.6536.27
Hex4246772D29035eb1d24
Octal10210616755510653533544
Binary10000101000110111011110110110100101101011110101111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424677; }

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

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

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

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

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

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

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

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