Html Css Color HEX #45496C Corn Flower Blue

📋 copy color: '#45496C'

red 69 ◦ green 73 ◦ blue 108

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

Shades of Corn Flower Blue #45496C

Tints of Corn Flower Blue #45496C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 43.2%

R = 27.6%
G = 29.2%
B = 43.2%

CMYK

 C value IS 0.36

 M value IS 0.32

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#45496C (or 0x45496C) is known color: Corn Flower Blue. HEX triplet: 45, 49 and 6C. RGB value is (69,73,108). Sum of RGB (Red+Green+Blue) = 69+73+108=250 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.6% from 250); Green value is 73 (28.91% from 255 or 29.2% from 250); Blue value is 108 (42.58% from 255 or 43.2% from 250); Max value from RGB is 108 - color contains mainly: blue. Hex color #45496C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45496C is #BAB693. Grayscale: #4B4B4B. Windows color (decimal): -12236436 or 7096645. OLE color: 7096645.

HSL color Cylindrical-coordinate representation of color #45496C: hue angle of 233.85º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #45496C is Cyan = 0.36, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 69 73 108 -
CMYK 0.36 0.32 0 0.58
HSL 233.85º 0.22% 0.35% -
HSV(B) 233.85º 0.36% 0.42% -
XYZ 7.54 7.11 15.16 -
YUV 75.79 146.17 123.15 -
System Red Green Blue C M Y K H S L
Decimal 69 73 108 0.36 0.32 0 0.58 233.85 0.22 0.35
Hex 45 49 6C 24 20 0 3A EA 16 23
Octal 105 111 154 44 40 0 72 352 26 43
Binary 1000101 1001001 1101100 100100 100000 0 111010 11101010 10110 100011

Color Harmonies of #45496C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45496C

Black with #45496C

Text Example


Text Example

White with #45496C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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