Html Css Color HEX #454760 Corn Flower Blue

📋 copy color: '#454760'

red 69 ◦ green 71 ◦ blue 96

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

Shades of Corn Flower Blue #454760

Tints of Corn Flower Blue #454760

RGB

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

 GREEN value IS 71 (28.13% from 255) = 30.08%

 BLUE value IS 96 (37.89% from 255) = 40.68%

R = 29.24%
G = 30.08%
B = 40.68%

CMYK

 C value IS 0.28

 M value IS 0.26

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#454760 (or 0x454760) is known color: Corn Flower Blue. HEX triplet: 45, 47 and 60. RGB value is (69,71,96). Sum of RGB (Red+Green+Blue) = 69+71+96=236 (31% of max value = 765). Red value is 69 (27.34% from 255 or 29.24% from 236); Green value is 71 (28.12% from 255 or 30.08% from 236); Blue value is 96 (37.89% from 255 or 40.68% from 236); Max value from RGB is 96 - color contains mainly: blue. Hex color #454760 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454760 is #BAB89F. Grayscale: #494949. Windows color (decimal): -12236960 or 6309701. OLE color: 6309701.

HSL color Cylindrical-coordinate representation of color #454760: hue angle of 235.56º degrees, saturation: 0.16, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #454760 is Cyan = 0.28, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 69 71 96 -
CMYK 0.28 0.26 0 0.62
HSL 235.56º 0.16% 0.32% -
HSV(B) 235.56º 0.28% 0.38% -
XYZ 6.82 6.62 11.98 -
YUV 73.25 140.84 124.97 -
System Red Green Blue C M Y K H S L
Decimal 69 71 96 0.28 0.26 0 0.62 235.56 0.16 0.32
Hex 45 47 60 1C 1A 0 3E EC 10 20
Octal 105 107 140 34 32 0 76 354 20 40
Binary 1000101 1000111 1100000 11100 11010 0 111110 11101100 10000 100000

Color Harmonies of #454760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454760

Black with #454760

Text Example


Text Example

White with #454760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454760; }

 p { color: rgb(69,71,96); }

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

background-color css

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

 a { background-color: rgb(69,71,96); }

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

border-color css

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

 span { border-color: rgb(69,71,96); }

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