#454262

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

Shades of Corn Flower Blue #454262

Tints of Corn Flower Blue #454262

Color information

#454262 (or 0x454262) is unknown color: approx Corn Flower Blue. HEX triplet: 45, 42 and 62. RGB value is (69,66,98). Sum of RGB (Red+Green+Blue) = 69+66+98=233 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.61% from 233); Green value is 66 (26.17% from 255 or 28.33% from 233); Blue value is 98 (38.67% from 255 or 42.06% from 233); Max value from RGB is 98 - color contains mainly: blue. Hex color #454262 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454262 is #BABD9D. Grayscale: #464646. Windows color (decimal): -12238238 or 6439493. OLE color: 6439493.

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

Color convert

RGB696698-
CMYK0.300.3300.62
HSL245.62º19.51%32.16%-
HSV(B)245.62º32.65%38.43%-
XYZ6.616.0412.37-
YUV70.54143.49126.9-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 29.61%
GREEN value IS 66 (26.17% from 255) = 28.33%
BLUE value IS 98 (38.67% from 255) = 42.06%
R=29.61%
G=28.33%
B=42.06%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6966980.300.3300.62245.6219.5132.16
Hex4542621E2103Ef61420
Octal10510214236410763662440
Binary1000101100001011000101111010000101111101111011010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454262; }

 p { color: rgb(69,66,98); }

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

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

 a { background-color: rgb(69,66,98); }

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

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

 span { border-color: rgb(69,66,98); }

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