Html Css Color HEX #454478 Corn Flower Blue

📋 copy color: '#454478'

red 69 ◦ green 68 ◦ blue 120

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

Shades of Corn Flower Blue #454478

Tints of Corn Flower Blue #454478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 46.69%

R = 26.85%
G = 26.46%
B = 46.69%

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

#454478 (or 0x454478) is known color: Corn Flower Blue. HEX triplet: 45, 44 and 78. RGB value is (69,68,120). Sum of RGB (Red+Green+Blue) = 69+68+120=257 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.85% from 257); Green value is 68 (26.95% from 255 or 26.46% from 257); Blue value is 120 (47.27% from 255 or 46.69% from 257); Max value from RGB is 120 - color contains mainly: blue. Hex color #454478 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454478 is #BABB87. Grayscale: #4A4A4A. Windows color (decimal): -12237704 or 7881797. OLE color: 7881797.

HSL color Cylindrical-coordinate representation of color #454478: hue angle of 241.15º degrees, saturation: 0.28, 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 #454478 is Cyan = 0.42, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 69 68 120 -
CMYK 0.42 0.43 0 0.53
HSL 241.15º 0.28% 0.37% -
HSV(B) 241.15º 0.43% 0.47% -
XYZ 7.91 6.76 18.66 -
YUV 74.23 153.83 124.27 -
System Red Green Blue C M Y K H S L
Decimal 69 68 120 0.42 0.43 0 0.53 241.15 0.28 0.37
Hex 45 44 78 2A 2B 0 35 F1 1C 25
Octal 105 104 170 52 53 0 65 361 34 45
Binary 1000101 1000100 1111000 101010 101011 0 110101 11110001 11100 100101

Color Harmonies of #454478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454478

Black with #454478

Text Example


Text Example

White with #454478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454478; }

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

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

background-color css

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

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

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

border-color css

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

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

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