Html Css Color HEX #454472 Corn Flower Blue

📋 copy color: '#454472'

red 69 ◦ green 68 ◦ blue 114

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

Shades of Corn Flower Blue #454472

Tints of Corn Flower Blue #454472

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.09%

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

R = 27.49%
G = 27.09%
B = 45.42%

CMYK

 C value IS 0.39

 M value IS 0.40

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#454472 (or 0x454472) is known color: Corn Flower Blue. HEX triplet: 45, 44 and 72. RGB value is (69,68,114). Sum of RGB (Red+Green+Blue) = 69+68+114=251 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.49% from 251); Green value is 68 (26.95% from 255 or 27.09% from 251); Blue value is 114 (44.92% from 255 or 45.42% from 251); Max value from RGB is 114 - color contains mainly: blue. Hex color #454472 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454472 is #BABB8D. Grayscale: #494949. Windows color (decimal): -12237710 or 7488581. OLE color: 7488581.

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

Color convert

RGB 69 68 114 -
CMYK 0.39 0.40 0 0.55
HSL 241.3º 0.25% 0.36% -
HSV(B) 241.3º 0.4% 0.45% -
XYZ 7.56 6.61 16.8 -
YUV 73.54 150.83 124.76 -
System Red Green Blue C M Y K H S L
Decimal 69 68 114 0.39 0.40 0 0.55 241.3 0.25 0.36
Hex 45 44 72 27 28 0 37 F1 19 24
Octal 105 104 162 47 50 0 67 361 31 44
Binary 1000101 1000100 1110010 100111 101000 0 110111 11110001 11001 100100

Color Harmonies of #454472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454472

Black with #454472

Text Example


Text Example

White with #454472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454472; }

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

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

background-color css

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

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

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

border-color css

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

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

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