#424463

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

Shades of Corn Flower Blue #424463

Tints of Corn Flower Blue #424463

Color information

#424463 (or 0x424463) is unknown color: approx Corn Flower Blue. HEX triplet: 42, 44 and 63. RGB value is (66,68,99). Sum of RGB (Red+Green+Blue) = 66+68+99=233 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.33% from 233); Green value is 68 (26.95% from 255 or 29.18% from 233); Blue value is 99 (39.06% from 255 or 42.49% from 233); Max value from RGB is 99 - color contains mainly: blue. Hex color #424463 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424463 is #BDBB9C. Grayscale: #464646. Windows color (decimal): -12434333 or 6505538. OLE color: 6505538.

HSL color Cylindrical-coordinate representation of color #424463: hue angle of 236.36º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #424463 is Cyan = 0.33, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB666899-
CMYK0.330.3100.61
HSL236.36º20%32.35%-
HSV(B)236.36º33.33%38.82%-
XYZ6.576.1912.65-
YUV70.94143.84124.48-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.33%
GREEN value IS 68 (26.95% from 255) = 29.18%
BLUE value IS 99 (39.06% from 255) = 42.49%
R=28.33%
G=29.18%
B=42.49%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6668990.330.3100.61236.362032.35
Hex424463211F03Dec1420
Octal10210414341370753542440
Binary1000010100010011000111000011111101111011110110010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424463; }

 p { color: rgb(66,68,99); }

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

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

 a { background-color: rgb(66,68,99); }

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

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

 span { border-color: rgb(66,68,99); }

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