Html Css Color HEX #40416D Corn Flower Blue

📋 copy color: '#40416D'

red 64 ◦ green 65 ◦ blue 109

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

Shades of Corn Flower Blue #40416D

Tints of Corn Flower Blue #40416D

RGB

 RED value IS 64 (25.39% from 255) = 26.89%

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

 BLUE value IS 109 (42.97% from 255) = 45.8%

R = 26.89%
G = 27.31%
B = 45.8%

CMYK

 C value IS 0.41

 M value IS 0.40

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#40416D (or 0x40416D) is known color: Corn Flower Blue. HEX triplet: 40, 41 and 6D. RGB value is (64,65,109). Sum of RGB (Red+Green+Blue) = 64+65+109=238 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.89% from 238); Green value is 65 (25.78% from 255 or 27.31% from 238); Blue value is 109 (42.97% from 255 or 45.80% from 238); Max value from RGB is 109 - color contains mainly: blue. Hex color #40416D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40416D is #BFBE92. Grayscale: #454545. Windows color (decimal): -12566163 or 7160128. OLE color: 7160128.

HSL color Cylindrical-coordinate representation of color #40416D: hue angle of 238.67º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #40416D is Cyan = 0.41, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 64 65 109 -
CMYK 0.41 0.40 0 0.57
HSL 238.67º 0.26% 0.34% -
HSV(B) 238.67º 0.41% 0.43% -
XYZ 6.76 5.97 15.26 -
YUV 69.72 150.17 123.92 -
System Red Green Blue C M Y K H S L
Decimal 64 65 109 0.41 0.40 0 0.57 238.67 0.26 0.34
Hex 40 41 6D 29 28 0 39 EF 1A 22
Octal 100 101 155 51 50 0 71 357 32 42
Binary 1000000 1000001 1101101 101001 101000 0 111001 11101111 11010 100010

Color Harmonies of #40416D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40416D

Black with #40416D

Text Example


Text Example

White with #40416D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40416D; }

 p { color: rgb(64,65,109); }

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

background-color css

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

 a { background-color: rgb(64,65,109); }

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

border-color css

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

 span { border-color: rgb(64,65,109); }

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