Html Css Color HEX #45496E Corn Flower Blue

📋 copy color: '#45496E'

red 69 ◦ green 73 ◦ blue 110

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

Shades of Corn Flower Blue #45496E

Tints of Corn Flower Blue #45496E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 28.97%

 BLUE value IS 110 (43.36% from 255) = 43.65%

R = 27.38%
G = 28.97%
B = 43.65%

CMYK

 C value IS 0.37

 M value IS 0.34

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#45496E (or 0x45496E) is known color: Corn Flower Blue. HEX triplet: 45, 49 and 6E. RGB value is (69,73,110). Sum of RGB (Red+Green+Blue) = 69+73+110=252 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.38% from 252); Green value is 73 (28.91% from 255 or 28.97% from 252); Blue value is 110 (43.36% from 255 or 43.65% from 252); Max value from RGB is 110 - color contains mainly: blue. Hex color #45496E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45496E is #BAB691. Grayscale: #4B4B4B. Windows color (decimal): -12236434 or 7227717. OLE color: 7227717.

HSL color Cylindrical-coordinate representation of color #45496E: hue angle of 234.15º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #45496E is Cyan = 0.37, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 69 73 110 -
CMYK 0.37 0.34 0 0.57
HSL 234.15º 0.23% 0.35% -
HSV(B) 234.15º 0.37% 0.43% -
XYZ 7.65 7.16 15.73 -
YUV 76.02 147.17 122.99 -
System Red Green Blue C M Y K H S L
Decimal 69 73 110 0.37 0.34 0 0.57 234.15 0.23 0.35
Hex 45 49 6E 25 22 0 39 EA 17 23
Octal 105 111 156 45 42 0 71 352 27 43
Binary 1000101 1001001 1101110 100101 100010 0 111001 11101010 10111 100011

Color Harmonies of #45496E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45496E

Black with #45496E

Text Example


Text Example

White with #45496E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #45496E; }

 p { color: rgb(69,73,110); }

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

background-color css

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

 a { background-color: rgb(69,73,110); }

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

border-color css

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

 span { border-color: rgb(69,73,110); }

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