Html Css Color HEX #454973 Corn Flower Blue

📋 copy color: '#454973'

red 69 ◦ green 73 ◦ blue 115

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

Shades of Corn Flower Blue #454973

Tints of Corn Flower Blue #454973

RGB

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

 GREEN value IS 73 (28.91% from 255) = 28.4%

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

R = 26.85%
G = 28.4%
B = 44.75%

CMYK

 C value IS 0.4

 M value IS 0.37

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#454973 (or 0x454973) is known color: Corn Flower Blue. HEX triplet: 45, 49 and 73. RGB value is (69,73,115). Sum of RGB (Red+Green+Blue) = 69+73+115=257 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.85% from 257); Green value is 73 (28.91% from 255 or 28.40% from 257); Blue value is 115 (45.31% from 255 or 44.75% from 257); Max value from RGB is 115 - color contains mainly: blue. Hex color #454973 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454973 is #BAB68C. Grayscale: #4C4C4C. Windows color (decimal): -12236429 or 7555397. OLE color: 7555397.

HSL color Cylindrical-coordinate representation of color #454973: hue angle of 234.78º 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 #454973 is Cyan = 0.4, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 69 73 115 -
CMYK 0.4 0.37 0 0.55
HSL 234.78º 0.25% 0.36% -
HSV(B) 234.78º 0.4% 0.45% -
XYZ 7.93 7.27 17.2 -
YUV 76.59 149.67 122.58 -
System Red Green Blue C M Y K H S L
Decimal 69 73 115 0.4 0.37 0 0.55 234.78 0.25 0.36
Hex 45 49 73 28 25 0 37 EB 19 24
Octal 105 111 163 50 45 0 67 353 31 44
Binary 1000101 1001001 1110011 101000 100101 0 110111 11101011 11001 100100

Color Harmonies of #454973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454973

Black with #454973

Text Example


Text Example

White with #454973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454973; }

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

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

background-color css

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

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

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

border-color css

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

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

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