Html Css Color HEX #45416C Corn Flower Blue

📋 copy color: '#45416C'

red 69 ◦ green 65 ◦ blue 108

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

Shades of Corn Flower Blue #45416C

Tints of Corn Flower Blue #45416C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.86%

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

R = 28.51%
G = 26.86%
B = 44.63%

CMYK

 C value IS 0.36

 M value IS 0.40

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#45416C (or 0x45416C) is known color: Corn Flower Blue. HEX triplet: 45, 41 and 6C. RGB value is (69,65,108). Sum of RGB (Red+Green+Blue) = 69+65+108=242 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.51% from 242); Green value is 65 (25.78% from 255 or 26.86% from 242); Blue value is 108 (42.58% from 255 or 44.63% from 242); Max value from RGB is 108 - color contains mainly: blue. Hex color #45416C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45416C is #BABE93. Grayscale: #464646. Windows color (decimal): -12238484 or 7094597. OLE color: 7094597.

HSL color Cylindrical-coordinate representation of color #45416C: hue angle of 245.58º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #45416C is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 69 65 108 -
CMYK 0.36 0.40 0 0.58
HSL 245.58º 0.25% 0.34% -
HSV(B) 245.58º 0.4% 0.42% -
XYZ 7.05 6.13 15 -
YUV 71.1 148.83 126.5 -
System Red Green Blue C M Y K H S L
Decimal 69 65 108 0.36 0.40 0 0.58 245.58 0.25 0.34
Hex 45 41 6C 24 28 0 3A F6 19 22
Octal 105 101 154 44 50 0 72 366 31 42
Binary 1000101 1000001 1101100 100100 101000 0 111010 11110110 11001 100010

Color Harmonies of #45416C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45416C

Black with #45416C

Text Example


Text Example

White with #45416C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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