Html Css Color HEX #454072 Corn Flower Blue

📋 copy color: '#454072'

red 69 ◦ green 64 ◦ blue 114

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

Shades of Corn Flower Blue #454072

Tints of Corn Flower Blue #454072

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.91%

 BLUE value IS 114 (44.92% from 255) = 46.15%

R = 27.94%
G = 25.91%
B = 46.15%

CMYK

 C value IS 0.39

 M value IS 0.44

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#454072 (or 0x454072) is known color: Corn Flower Blue. HEX triplet: 45, 40 and 72. RGB value is (69,64,114). Sum of RGB (Red+Green+Blue) = 69+64+114=247 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.94% from 247); Green value is 64 (25.39% from 255 or 25.91% from 247); Blue value is 114 (44.92% from 255 or 46.15% from 247); Max value from RGB is 114 - color contains mainly: blue. Hex color #454072 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454072 is #BABF8D. Grayscale: #474747. Windows color (decimal): -12238734 or 7487557. OLE color: 7487557.

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

Color convert

RGB 69 64 114 -
CMYK 0.39 0.44 0 0.55
HSL 246º 0.28% 0.35% -
HSV(B) 246º 0.44% 0.45% -
XYZ 7.32 6.15 16.72 -
YUV 71.2 152.16 126.43 -
System Red Green Blue C M Y K H S L
Decimal 69 64 114 0.39 0.44 0 0.55 246 0.28 0.35
Hex 45 40 72 27 2C 0 37 F6 1C 23
Octal 105 100 162 47 54 0 67 366 34 43
Binary 1000101 1000000 1110010 100111 101100 0 110111 11110110 11100 100011

Color Harmonies of #454072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454072

Black with #454072

Text Example


Text Example

White with #454072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454072; }

 p { color: rgb(69,64,114); }

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

background-color css

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

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

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

border-color css

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

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

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