Html Css Color HEX #40426C Corn Flower Blue

📋 copy color: '#40426C'

red 64 ◦ green 66 ◦ blue 108

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

Shades of Corn Flower Blue #40426C

Tints of Corn Flower Blue #40426C

RGB

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

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

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

R = 26.89%
G = 27.73%
B = 45.38%

CMYK

 C value IS 0.41

 M value IS 0.39

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#40426C (or 0x40426C) is known color: Corn Flower Blue. HEX triplet: 40, 42 and 6C. RGB value is (64,66,108). Sum of RGB (Red+Green+Blue) = 64+66+108=238 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.89% from 238); Green value is 66 (26.17% from 255 or 27.73% from 238); Blue value is 108 (42.58% from 255 or 45.38% from 238); Max value from RGB is 108 - color contains mainly: blue. Hex color #40426C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40426C is #BFBD93. Grayscale: #464646. Windows color (decimal): -12565908 or 7094848. OLE color: 7094848.

HSL color Cylindrical-coordinate representation of color #40426C: hue angle of 237.27º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #40426C is Cyan = 0.41, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 64 66 108 -
CMYK 0.41 0.39 0 0.58
HSL 237.27º 0.26% 0.34% -
HSV(B) 237.27º 0.41% 0.42% -
XYZ 6.77 6.07 15 -
YUV 70.19 149.34 123.58 -
System Red Green Blue C M Y K H S L
Decimal 64 66 108 0.41 0.39 0 0.58 237.27 0.26 0.34
Hex 40 42 6C 29 27 0 3A ED 1A 22
Octal 100 102 154 51 47 0 72 355 32 42
Binary 1000000 1000010 1101100 101001 100111 0 111010 11101101 11010 100010

Color Harmonies of #40426C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40426C

Black with #40426C

Text Example


Text Example

White with #40426C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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