Html Css Color HEX #454870 Corn Flower Blue

📋 copy color: '#454870'

red 69 ◦ green 72 ◦ blue 112

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

Shades of Corn Flower Blue #454870

Tints of Corn Flower Blue #454870

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.46%

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

R = 27.27%
G = 28.46%
B = 44.27%

CMYK

 C value IS 0.38

 M value IS 0.36

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#454870 (or 0x454870) is known color: Corn Flower Blue. HEX triplet: 45, 48 and 70. RGB value is (69,72,112). Sum of RGB (Red+Green+Blue) = 69+72+112=253 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.27% from 253); Green value is 72 (28.52% from 255 or 28.46% from 253); Blue value is 112 (44.14% from 255 or 44.27% from 253); Max value from RGB is 112 - color contains mainly: blue. Hex color #454870 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454870 is #BAB78F. Grayscale: #4B4B4B. Windows color (decimal): -12236688 or 7358533. OLE color: 7358533.

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

Color convert

RGB 69 72 112 -
CMYK 0.38 0.36 0 0.56
HSL 235.81º 0.24% 0.35% -
HSV(B) 235.81º 0.38% 0.44% -
XYZ 7.7 7.07 16.29 -
YUV 75.66 148.51 123.25 -
System Red Green Blue C M Y K H S L
Decimal 69 72 112 0.38 0.36 0 0.56 235.81 0.24 0.35
Hex 45 48 70 26 24 0 38 EC 18 23
Octal 105 110 160 46 44 0 70 354 30 43
Binary 1000101 1001000 1110000 100110 100100 0 111000 11101100 11000 100011

Color Harmonies of #454870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454870

Black with #454870

Text Example


Text Example

White with #454870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454870; }

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

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

background-color css

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

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

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

border-color css

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

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

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