#454762

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

Shades of Corn Flower Blue #454762

Tints of Corn Flower Blue #454762

Color information

#454762 (or 0x454762) is unknown color: approx Corn Flower Blue. HEX triplet: 45, 47 and 62. RGB value is (69,71,98). Sum of RGB (Red+Green+Blue) = 69+71+98=238 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.99% from 238); Green value is 71 (28.12% from 255 or 29.83% from 238); Blue value is 98 (38.67% from 255 or 41.18% from 238); Max value from RGB is 98 - color contains mainly: blue. Hex color #454762 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454762 is #BAB89D. Grayscale: #494949. Windows color (decimal): -12236958 or 6440773. OLE color: 6440773.

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

Color convert

RGB697198-
CMYK0.300.2800.62
HSL235.86º17.37%32.75%-
HSV(B)235.86º29.59%38.43%-
XYZ6.916.6512.48-
YUV73.48141.84124.8-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.99%
GREEN value IS 71 (28.12% from 255) = 29.83%
BLUE value IS 98 (38.67% from 255) = 41.18%
R=28.99%
G=29.83%
B=41.18%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6971980.300.2800.62235.8617.3732.75
Hex4547621E1C03Eec1121
Octal10510714236340763542141
Binary100010110001111100010111101110001111101110110010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454762; }

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

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

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

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

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

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

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

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