#454761

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

Shades of Corn Flower Blue #454761

Tints of Corn Flower Blue #454761

Color information

#454761 (or 0x454761) is unknown color: approx Corn Flower Blue. HEX triplet: 45, 47 and 61. RGB value is (69,71,97). Sum of RGB (Red+Green+Blue) = 69+71+97=237 (31% of max value = 765). Red value is 69 (27.34% from 255 or 29.11% from 237); Green value is 71 (28.12% from 255 or 29.96% from 237); Blue value is 97 (38.28% from 255 or 40.93% from 237); Max value from RGB is 97 - color contains mainly: blue. Hex color #454761 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454761 is #BAB89E. Grayscale: #494949. Windows color (decimal): -12236959 or 6375237. OLE color: 6375237.

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

Color convert

RGB697197-
CMYK0.290.2700.62
HSL235.71º16.87%32.55%-
HSV(B)235.71º28.87%38.04%-
XYZ6.876.6312.23-
YUV73.37141.34124.89-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 29.11%
GREEN value IS 71 (28.12% from 255) = 29.96%
BLUE value IS 97 (38.28% from 255) = 40.93%
R=29.11%
G=29.96%
B=40.93%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6971970.290.2700.62235.7116.8732.55
Hex4547611D1B03Eec1121
Octal10510714135330763542141
Binary100010110001111100001111011101101111101110110010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454761; }

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

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

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

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

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

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

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

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