Html Css Color HEX #45446C Corn Flower Blue

📋 copy color: '#45446C'

red 69 ◦ green 68 ◦ blue 108

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

Shades of Corn Flower Blue #45446C

Tints of Corn Flower Blue #45446C

RGB

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

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

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

R = 28.16%
G = 27.76%
B = 44.08%

CMYK

 C value IS 0.36

 M value IS 0.37

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#45446C (or 0x45446C) is known color: Corn Flower Blue. HEX triplet: 45, 44 and 6C. RGB value is (69,68,108). Sum of RGB (Red+Green+Blue) = 69+68+108=245 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.16% from 245); Green value is 68 (26.95% from 255 or 27.76% from 245); Blue value is 108 (42.58% from 255 or 44.08% from 245); Max value from RGB is 108 - color contains mainly: blue. Hex color #45446C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45446C is #BABB93. Grayscale: #484848. Windows color (decimal): -12237716 or 7095365. OLE color: 7095365.

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

Color convert

RGB 69 68 108 -
CMYK 0.36 0.37 0 0.58
HSL 241.5º 0.23% 0.35% -
HSV(B) 241.5º 0.37% 0.42% -
XYZ 7.23 6.48 15.06 -
YUV 72.86 147.83 125.25 -
System Red Green Blue C M Y K H S L
Decimal 69 68 108 0.36 0.37 0 0.58 241.5 0.23 0.35
Hex 45 44 6C 24 25 0 3A F2 17 23
Octal 105 104 154 44 45 0 72 362 27 43
Binary 1000101 1000100 1101100 100100 100101 0 111010 11110010 10111 100011

Color Harmonies of #45446C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45446C

Black with #45446C

Text Example


Text Example

White with #45446C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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