Html Css Color HEX #454077 Corn Flower Blue

📋 copy color: '#454077'

red 69 ◦ green 64 ◦ blue 119

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

Shades of Corn Flower Blue #454077

Tints of Corn Flower Blue #454077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 47.22%

R = 27.38%
G = 25.4%
B = 47.22%

CMYK

 C value IS 0.42

 M value IS 0.46

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#454077 (or 0x454077) is known color: Corn Flower Blue. HEX triplet: 45, 40 and 77. RGB value is (69,64,119). Sum of RGB (Red+Green+Blue) = 69+64+119=252 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.38% from 252); Green value is 64 (25.39% from 255 or 25.40% from 252); Blue value is 119 (46.88% from 255 or 47.22% from 252); Max value from RGB is 119 - color contains mainly: blue. Hex color #454077 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454077 is #BABF88. Grayscale: #474747. Windows color (decimal): -12238729 or 7815237. OLE color: 7815237.

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

Color convert

RGB 69 64 119 -
CMYK 0.42 0.46 0 0.53
HSL 245.45º 0.3% 0.36% -
HSV(B) 245.45º 0.46% 0.47% -
XYZ 7.62 6.26 18.26 -
YUV 71.77 154.66 126.03 -
System Red Green Blue C M Y K H S L
Decimal 69 64 119 0.42 0.46 0 0.53 245.45 0.3 0.36
Hex 45 40 77 2A 2E 0 35 F5 1E 24
Octal 105 100 167 52 56 0 65 365 36 44
Binary 1000101 1000000 1110111 101010 101110 0 110101 11110101 11110 100100

Color Harmonies of #454077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454077

Black with #454077

Text Example


Text Example

White with #454077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454077; }

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

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

background-color css

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

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

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

border-color css

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

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

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