Html Css Color HEX #454A72 Corn Flower Blue

📋 copy color: '#454A72'

red 69 ◦ green 74 ◦ blue 114

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

Shades of Corn Flower Blue #454A72

Tints of Corn Flower Blue #454A72

RGB

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

 GREEN value IS 74 (29.3% from 255) = 28.79%

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

R = 26.85%
G = 28.79%
B = 44.36%

CMYK

 C value IS 0.39

 M value IS 0.35

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#454A72 (or 0x454A72) is known color: Corn Flower Blue. HEX triplet: 45, 4A and 72. RGB value is (69,74,114). Sum of RGB (Red+Green+Blue) = 69+74+114=257 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.85% from 257); Green value is 74 (29.30% from 255 or 28.79% from 257); Blue value is 114 (44.92% from 255 or 44.36% from 257); Max value from RGB is 114 - color contains mainly: blue. Hex color #454A72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454A72 is #BAB58D. Grayscale: #4C4C4C. Windows color (decimal): -12236174 or 7490117. OLE color: 7490117.

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

Color convert

RGB 69 74 114 -
CMYK 0.39 0.35 0 0.55
HSL 233.33º 0.25% 0.36% -
HSV(B) 233.33º 0.39% 0.45% -
XYZ 7.94 7.38 16.93 -
YUV 77.07 148.84 122.25 -
System Red Green Blue C M Y K H S L
Decimal 69 74 114 0.39 0.35 0 0.55 233.33 0.25 0.36
Hex 45 4A 72 27 23 0 37 E9 19 24
Octal 105 112 162 47 43 0 67 351 31 44
Binary 1000101 1001010 1110010 100111 100011 0 110111 11101001 11001 100100

Color Harmonies of #454A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454A72

Black with #454A72

Text Example


Text Example

White with #454A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454A72; }

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

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

background-color css

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

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

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

border-color css

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

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

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