#424676

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

Shades of Corn Flower Blue #424676

Tints of Corn Flower Blue #424676

Color information

#424676 (or 0x424676) is unknown color: approx Corn Flower Blue. HEX triplet: 42, 46 and 76. RGB value is (66,70,118). Sum of RGB (Red+Green+Blue) = 66+70+118=254 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.98% from 254); Green value is 70 (27.73% from 255 or 27.56% from 254); Blue value is 118 (46.48% from 255 or 46.46% from 254); Max value from RGB is 118 - color contains mainly: blue. Hex color #424676 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424676 is #BDB989. Grayscale: #4A4A4A. Windows color (decimal): -12433802 or 7751234. OLE color: 7751234.

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

Color convert

RGB6670118-
CMYK0.440.4100.54
HSL235.38º28.26%36.08%-
HSV(B)235.38º44.07%46.27%-
XYZ7.716.8518.05-
YUV74.28152.67122.1-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.98%
GREEN value IS 70 (27.73% from 255) = 27.56%
BLUE value IS 118 (46.48% from 255) = 46.46%
R=25.98%
G=27.56%
B=46.46%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal66701180.440.4100.54235.3828.2636.08
Hex4246762C29036eb1c24
Octal10210616654510663533444
Binary10000101000110111011010110010100101101101110101111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424676; }

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

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

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

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

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

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

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

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