Html Css Color HEX #454773 Corn Flower Blue

📋 copy color: '#454773'

red 69 ◦ green 71 ◦ blue 115

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

Shades of Corn Flower Blue #454773

Tints of Corn Flower Blue #454773

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.84%

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

R = 27.06%
G = 27.84%
B = 45.1%

CMYK

 C value IS 0.4

 M value IS 0.38

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#454773 (or 0x454773) is known color: Corn Flower Blue. HEX triplet: 45, 47 and 73. RGB value is (69,71,115). Sum of RGB (Red+Green+Blue) = 69+71+115=255 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.06% from 255); Green value is 71 (28.12% from 255 or 27.84% from 255); Blue value is 115 (45.31% from 255 or 45.10% from 255); Max value from RGB is 115 - color contains mainly: blue. Hex color #454773 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454773 is #BAB88C. Grayscale: #4B4B4B. Windows color (decimal): -12236941 or 7554885. OLE color: 7554885.

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

Color convert

RGB 69 71 115 -
CMYK 0.4 0.38 0 0.55
HSL 237.39º 0.25% 0.36% -
HSV(B) 237.39º 0.4% 0.45% -
XYZ 7.8 7.01 17.16 -
YUV 75.42 150.34 123.42 -
System Red Green Blue C M Y K H S L
Decimal 69 71 115 0.4 0.38 0 0.55 237.39 0.25 0.36
Hex 45 47 73 28 26 0 37 ED 19 24
Octal 105 107 163 50 46 0 67 355 31 44
Binary 1000101 1000111 1110011 101000 100110 0 110111 11101101 11001 100100

Color Harmonies of #454773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454773

Black with #454773

Text Example


Text Example

White with #454773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454773; }

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

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

background-color css

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

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

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

border-color css

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

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

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