Html Css Color HEX #454769 Corn Flower Blue

📋 copy color: '#454769'

red 69 ◦ green 71 ◦ blue 105

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

Shades of Corn Flower Blue #454769

Tints of Corn Flower Blue #454769

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 42.86%

R = 28.16%
G = 28.98%
B = 42.86%

CMYK

 C value IS 0.34

 M value IS 0.32

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#454769 (or 0x454769) is known color: Corn Flower Blue. HEX triplet: 45, 47 and 69. RGB value is (69,71,105). Sum of RGB (Red+Green+Blue) = 69+71+105=245 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.16% from 245); Green value is 71 (28.12% from 255 or 28.98% from 245); Blue value is 105 (41.41% from 255 or 42.86% from 245); Max value from RGB is 105 - color contains mainly: blue. Hex color #454769 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454769 is #BAB896. Grayscale: #4A4A4A. Windows color (decimal): -12236951 or 6899525. OLE color: 6899525.

HSL color Cylindrical-coordinate representation of color #454769: hue angle of 236.67º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #454769 is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 69 71 105 -
CMYK 0.34 0.32 0 0.59
HSL 236.67º 0.21% 0.34% -
HSV(B) 236.67º 0.34% 0.41% -
XYZ 7.26 6.79 14.29 -
YUV 74.28 145.34 124.24 -
System Red Green Blue C M Y K H S L
Decimal 69 71 105 0.34 0.32 0 0.59 236.67 0.21 0.34
Hex 45 47 69 22 20 0 3B ED 15 22
Octal 105 107 151 42 40 0 73 355 25 42
Binary 1000101 1000111 1101001 100010 100000 0 111011 11101101 10101 100010

Color Harmonies of #454769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454769

Black with #454769

Text Example


Text Example

White with #454769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454769; }

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

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

background-color css

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

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

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

border-color css

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

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

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