Html Css Color HEX #454477 Corn Flower Blue

📋 copy color: '#454477'

red 69 ◦ green 68 ◦ blue 119

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

Shades of Corn Flower Blue #454477

Tints of Corn Flower Blue #454477

RGB

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

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

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

R = 26.95%
G = 26.56%
B = 46.48%

CMYK

 C value IS 0.42

 M value IS 0.43

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#454477 (or 0x454477) is known color: Corn Flower Blue. HEX triplet: 45, 44 and 77. RGB value is (69,68,119). Sum of RGB (Red+Green+Blue) = 69+68+119=256 (33% of max value = 765). Red value is 69 (27.34% from 255 or 26.95% from 256); Green value is 68 (26.95% from 255 or 26.56% from 256); Blue value is 119 (46.88% from 255 or 46.48% from 256); Max value from RGB is 119 - color contains mainly: blue. Hex color #454477 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454477 is #BABB88. Grayscale: #494949. Windows color (decimal): -12237705 or 7816261. OLE color: 7816261.

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

Color convert

RGB 69 68 119 -
CMYK 0.42 0.43 0 0.53
HSL 241.18º 0.27% 0.37% -
HSV(B) 241.18º 0.43% 0.47% -
XYZ 7.85 6.73 18.34 -
YUV 74.11 153.33 124.35 -
System Red Green Blue C M Y K H S L
Decimal 69 68 119 0.42 0.43 0 0.53 241.18 0.27 0.37
Hex 45 44 77 2A 2B 0 35 F1 1B 25
Octal 105 104 167 52 53 0 65 361 33 45
Binary 1000101 1000100 1110111 101010 101011 0 110101 11110001 11011 100101

Color Harmonies of #454477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454477

Black with #454477

Text Example


Text Example

White with #454477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454477; }

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

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

background-color css

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

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

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

border-color css

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

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

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