Html Css Color HEX #40426B Corn Flower Blue

📋 copy color: '#40426B'

red 64 ◦ green 66 ◦ blue 107

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

Shades of Corn Flower Blue #40426B

Tints of Corn Flower Blue #40426B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 45.15%

R = 27%
G = 27.85%
B = 45.15%

CMYK

 C value IS 0.40

 M value IS 0.38

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#40426B (or 0x40426B) is known color: Corn Flower Blue. HEX triplet: 40, 42 and 6B. RGB value is (64,66,107). Sum of RGB (Red+Green+Blue) = 64+66+107=237 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.00% from 237); Green value is 66 (26.17% from 255 or 27.85% from 237); Blue value is 107 (42.19% from 255 or 45.15% from 237); Max value from RGB is 107 - color contains mainly: blue. Hex color #40426B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40426B is #BFBD94. Grayscale: #454545. Windows color (decimal): -12565909 or 7029312. OLE color: 7029312.

HSL color Cylindrical-coordinate representation of color #40426B: hue angle of 237.21º 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 #40426B is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 64 66 107 -
CMYK 0.40 0.38 0 0.58
HSL 237.21º 0.25% 0.34% -
HSV(B) 237.21º 0.4% 0.42% -
XYZ 6.72 6.05 14.72 -
YUV 70.08 148.84 123.67 -
System Red Green Blue C M Y K H S L
Decimal 64 66 107 0.40 0.38 0 0.58 237.21 0.25 0.34
Hex 40 42 6B 28 26 0 3A ED 19 22
Octal 100 102 153 50 46 0 72 355 31 42
Binary 1000000 1000010 1101011 101000 100110 0 111010 11101101 11001 100010

Color Harmonies of #40426B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40426B

Black with #40426B

Text Example


Text Example

White with #40426B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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