Html Css Color HEX #40426D Corn Flower Blue

📋 copy color: '#40426D'

red 64 ◦ green 66 ◦ blue 109

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

Shades of Corn Flower Blue #40426D

Tints of Corn Flower Blue #40426D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 27.62%

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

R = 26.78%
G = 27.62%
B = 45.61%

CMYK

 C value IS 0.41

 M value IS 0.39

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#40426D (or 0x40426D) is known color: Corn Flower Blue. HEX triplet: 40, 42 and 6D. RGB value is (64,66,109). Sum of RGB (Red+Green+Blue) = 64+66+109=239 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.78% from 239); Green value is 66 (26.17% from 255 or 27.62% from 239); Blue value is 109 (42.97% from 255 or 45.61% from 239); Max value from RGB is 109 - color contains mainly: blue. Hex color #40426D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40426D is #BFBD92. Grayscale: #464646. Windows color (decimal): -12565907 or 7160384. OLE color: 7160384.

HSL color Cylindrical-coordinate representation of color #40426D: hue angle of 237.33º 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 #40426D is Cyan = 0.41, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 64 66 109 -
CMYK 0.41 0.39 0 0.57
HSL 237.33º 0.26% 0.34% -
HSV(B) 237.33º 0.41% 0.43% -
XYZ 6.82 6.09 15.28 -
YUV 70.3 149.84 123.5 -
System Red Green Blue C M Y K H S L
Decimal 64 66 109 0.41 0.39 0 0.57 237.33 0.26 0.34
Hex 40 42 6D 29 27 0 39 ED 1A 22
Octal 100 102 155 51 47 0 71 355 32 42
Binary 1000000 1000010 1101101 101001 100111 0 111001 11101101 11010 100010

Color Harmonies of #40426D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40426D

Black with #40426D

Text Example


Text Example

White with #40426D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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