Html Css Color HEX #454673 Corn Flower Blue

📋 copy color: '#454673'

red 69 ◦ green 70 ◦ blue 115

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

Shades of Corn Flower Blue #454673

Tints of Corn Flower Blue #454673

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.56%

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

R = 27.17%
G = 27.56%
B = 45.28%

CMYK

 C value IS 0.4

 M value IS 0.39

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#454673 (or 0x454673) is known color: Corn Flower Blue. HEX triplet: 45, 46 and 73. RGB value is (69,70,115). Sum of RGB (Red+Green+Blue) = 69+70+115=254 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.17% from 254); Green value is 70 (27.73% from 255 or 27.56% from 254); Blue value is 115 (45.31% from 255 or 45.28% from 254); Max value from RGB is 115 - color contains mainly: blue. Hex color #454673 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454673 is #BAB98C. Grayscale: #4A4A4A. Windows color (decimal): -12237197 or 7554629. OLE color: 7554629.

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

Color convert

RGB 69 70 115 -
CMYK 0.4 0.39 0 0.55
HSL 238.7º 0.25% 0.36% -
HSV(B) 238.7º 0.4% 0.45% -
XYZ 7.74 6.88 17.14 -
YUV 74.83 150.67 123.84 -
System Red Green Blue C M Y K H S L
Decimal 69 70 115 0.4 0.39 0 0.55 238.7 0.25 0.36
Hex 45 46 73 28 27 0 37 EF 19 24
Octal 105 106 163 50 47 0 67 357 31 44
Binary 1000101 1000110 1110011 101000 100111 0 110111 11101111 11001 100100

Color Harmonies of #454673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454673

Black with #454673

Text Example


Text Example

White with #454673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454673; }

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

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

background-color css

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

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

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

border-color css

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

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

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