Html Css Color HEX #454273 Corn Flower Blue

📋 copy color: '#454273'

red 69 ◦ green 66 ◦ blue 115

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

Shades of Corn Flower Blue #454273

Tints of Corn Flower Blue #454273

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.4%

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

R = 27.6%
G = 26.4%
B = 46%

CMYK

 C value IS 0.4

 M value IS 0.43

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#454273 (or 0x454273) is known color: Corn Flower Blue. HEX triplet: 45, 42 and 73. RGB value is (69,66,115). Sum of RGB (Red+Green+Blue) = 69+66+115=250 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.6% from 250); Green value is 66 (26.17% from 255 or 26.4% from 250); Blue value is 115 (45.31% from 255 or 46% from 250); Max value from RGB is 115 - color contains mainly: blue. Hex color #454273 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454273 is #BABD8C. Grayscale: #484848. Windows color (decimal): -12238221 or 7553605. OLE color: 7553605.

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

Color convert

RGB 69 66 115 -
CMYK 0.4 0.43 0 0.55
HSL 243.67º 0.27% 0.35% -
HSV(B) 243.67º 0.43% 0.45% -
XYZ 7.5 6.4 17.06 -
YUV 72.48 151.99 125.52 -
System Red Green Blue C M Y K H S L
Decimal 69 66 115 0.4 0.43 0 0.55 243.67 0.27 0.35
Hex 45 42 73 28 2B 0 37 F4 1B 23
Octal 105 102 163 50 53 0 67 364 33 43
Binary 1000101 1000010 1110011 101000 101011 0 110111 11110100 11011 100011

Color Harmonies of #454273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454273

Black with #454273

Text Example


Text Example

White with #454273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454273; }

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

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

background-color css

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

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

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

border-color css

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

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

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