Html Css Color HEX #454573 Corn Flower Blue

📋 copy color: '#454573'

red 69 ◦ green 69 ◦ blue 115

#454573
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Corn Flower Blue #454573

Tints of Corn Flower Blue #454573

RGB

 RED value IS 69 (27.34% from 255) = 27.27%

 GREEN value IS 69 (27.34% from 255) = 27.27%

 BLUE value IS 115 (45.31% from 255) = 45.45%

R = 27.27%
G = 27.27%
B = 45.45%

CMYK

 C value IS 0.4

 M value IS 0.4

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#454573 (or 0x454573) is known color: Corn Flower Blue. HEX triplet: 45, 45 and 73. RGB value is (69,69,115). Sum of RGB (Red+Green+Blue) = 69+69+115=253 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.27% from 253); Green value is 69 (27.34% from 255 or 27.27% from 253); Blue value is 115 (45.31% from 255 or 45.45% from 253); Max value from RGB is 115 - color contains mainly: blue. Hex color #454573 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454573 is #BABA8C. Grayscale: #4A4A4A. Windows color (decimal): -12237453 or 7554373. OLE color: 7554373.

HSL color Cylindrical-coordinate representation of color #454573: hue angle of 240º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #454573 is Cyan = 0.4, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 69 69 115 -
CMYK 0.4 0.4 0 0.55
HSL 240º 0.25% 0.36% -
HSV(B) 240º 0.4% 0.45% -
XYZ 7.68 6.76 17.12 -
YUV 74.24 151 124.26 -
System Red Green Blue C M Y K H S L
Decimal 69 69 115 0.4 0.4 0 0.55 240 0.25 0.36
Hex 45 45 73 28 28 0 37 F0 19 24
Octal 105 105 163 50 50 0 67 360 31 44
Binary 1000101 1000101 1110011 101000 101000 0 110111 11110000 11001 100100

Color Harmonies of #454573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454573

Black with #454573

Text Example


Text Example

White with #454573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454573; }

 p { color: rgb(69,69,115); }

 H1.HeaderClassName
 {
   color: #454573;
 }
 .AnyTagClassName
 {
   color: #454573;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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