Html Css Color HEX #454677 Corn Flower Blue

📋 copy color: '#454677'

red 69 ◦ green 70 ◦ blue 119

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

Shades of Corn Flower Blue #454677

Tints of Corn Flower Blue #454677

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.13%

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

R = 26.74%
G = 27.13%
B = 46.12%

CMYK

 C value IS 0.42

 M value IS 0.41

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#454677 (or 0x454677) is known color: Corn Flower Blue. HEX triplet: 45, 46 and 77. RGB value is (69,70,119). Sum of RGB (Red+Green+Blue) = 69+70+119=258 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.74% from 258); Green value is 70 (27.73% from 255 or 27.13% from 258); Blue value is 119 (46.88% from 255 or 46.12% from 258); Max value from RGB is 119 - color contains mainly: blue. Hex color #454677 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454677 is #BAB988. Grayscale: #4B4B4B. Windows color (decimal): -12237193 or 7816773. OLE color: 7816773.

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

Color convert

RGB 69 70 119 -
CMYK 0.42 0.41 0 0.53
HSL 238.8º 0.27% 0.37% -
HSV(B) 238.8º 0.42% 0.47% -
XYZ 7.97 6.98 18.38 -
YUV 75.29 152.67 123.52 -
System Red Green Blue C M Y K H S L
Decimal 69 70 119 0.42 0.41 0 0.53 238.8 0.27 0.37
Hex 45 46 77 2A 29 0 35 EF 1B 25
Octal 105 106 167 52 51 0 65 357 33 45
Binary 1000101 1000110 1110111 101010 101001 0 110101 11101111 11011 100101

Color Harmonies of #454677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454677

Black with #454677

Text Example


Text Example

White with #454677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454677; }

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

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

background-color css

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

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

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

border-color css

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

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

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