Html Css Color HEX #454079 Corn Flower Blue

📋 copy color: '#454079'

red 69 ◦ green 64 ◦ blue 121

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

Shades of Corn Flower Blue #454079

Tints of Corn Flower Blue #454079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 47.64%

R = 27.17%
G = 25.2%
B = 47.64%

CMYK

 C value IS 0.43

 M value IS 0.47

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#454079 (or 0x454079) is known color: Corn Flower Blue. HEX triplet: 45, 40 and 79. RGB value is (69,64,121). Sum of RGB (Red+Green+Blue) = 69+64+121=254 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.17% from 254); Green value is 64 (25.39% from 255 or 25.20% from 254); Blue value is 121 (47.66% from 255 or 47.64% from 254); Max value from RGB is 121 - color contains mainly: blue. Hex color #454079 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454079 is #BABF86. Grayscale: #474747. Windows color (decimal): -12238727 or 7946309. OLE color: 7946309.

HSL color Cylindrical-coordinate representation of color #454079: hue angle of 245.26º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #454079 is Cyan = 0.43, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 69 64 121 -
CMYK 0.43 0.47 0 0.53
HSL 245.26º 0.31% 0.36% -
HSV(B) 245.26º 0.47% 0.47% -
XYZ 7.74 6.31 18.9 -
YUV 71.99 155.66 125.87 -
System Red Green Blue C M Y K H S L
Decimal 69 64 121 0.43 0.47 0 0.53 245.26 0.31 0.36
Hex 45 40 79 2B 2F 0 35 F5 1F 24
Octal 105 100 171 53 57 0 65 365 37 44
Binary 1000101 1000000 1111001 101011 101111 0 110101 11110101 11111 100100

Color Harmonies of #454079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454079

Black with #454079

Text Example


Text Example

White with #454079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454079; }

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

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

background-color css

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

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

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

border-color css

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

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

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