Html Css Color HEX #454570 Corn Flower Blue

📋 copy color: '#454570'

red 69 ◦ green 69 ◦ blue 112

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

Shades of Corn Flower Blue #454570

Tints of Corn Flower Blue #454570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 44.8%

R = 27.6%
G = 27.6%
B = 44.8%

CMYK

 C value IS 0.38

 M value IS 0.38

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#454570 (or 0x454570) is known color: Corn Flower Blue. HEX triplet: 45, 45 and 70. RGB value is (69,69,112). Sum of RGB (Red+Green+Blue) = 69+69+112=250 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.6% from 250); Green value is 69 (27.34% from 255 or 27.6% from 250); Blue value is 112 (44.14% from 255 or 44.8% from 250); Max value from RGB is 112 - color contains mainly: blue. Hex color #454570 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454570 is #BABA8F. Grayscale: #494949. Windows color (decimal): -12237456 or 7357765. OLE color: 7357765.

HSL color Cylindrical-coordinate representation of color #454570: hue angle of 240º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #454570 is Cyan = 0.38, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 69 69 112 -
CMYK 0.38 0.38 0 0.56
HSL 240º 0.24% 0.35% -
HSV(B) 240º 0.38% 0.44% -
XYZ 7.51 6.69 16.23 -
YUV 73.9 149.5 124.5 -
System Red Green Blue C M Y K H S L
Decimal 69 69 112 0.38 0.38 0 0.56 240 0.24 0.35
Hex 45 45 70 26 26 0 38 F0 18 23
Octal 105 105 160 46 46 0 70 360 30 43
Binary 1000101 1000101 1110000 100110 100110 0 111000 11110000 11000 100011

Color Harmonies of #454570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454570

Black with #454570

Text Example


Text Example

White with #454570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454570; }

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

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

background-color css

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

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

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

border-color css

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

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

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