#454177

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

Shades of Corn Flower Blue #454177

Tints of Corn Flower Blue #454177

Color information

#454177 (or 0x454177) is unknown color: approx Corn Flower Blue. HEX triplet: 45, 41 and 77. RGB value is (69,65,119). Sum of RGB (Red+Green+Blue) = 69+65+119=253 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.27% from 253); Green value is 65 (25.78% from 255 or 25.69% from 253); Blue value is 119 (46.88% from 255 or 47.04% from 253); Max value from RGB is 119 - color contains mainly: blue. Hex color #454177 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454177 is #BABE88. Grayscale: #484848. Windows color (decimal): -12238473 or 7815493. OLE color: 7815493.

HSL color Cylindrical-coordinate representation of color #454177: hue angle of 244.44º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #454177 is Cyan = 0.42, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6965119-
CMYK0.420.4500.53
HSL244.44º29.35%36.08%-
HSV(B)244.44º45.38%46.67%-
XYZ7.676.3818.28-
YUV72.35154.33125.61-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.27%
GREEN value IS 65 (25.78% from 255) = 25.69%
BLUE value IS 119 (46.88% from 255) = 47.04%
R=27.27%
G=25.69%
B=47.04%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal69651190.420.4500.53244.4429.3536.08
Hex4541772A2D035f41d24
Octal10510116752550653643544
Binary10001011000001111011110101010110101101011111010011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454177; }

 p { color: rgb(69,65,119); }

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

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

 a { background-color: rgb(69,65,119); }

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

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

 span { border-color: rgb(69,65,119); }

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