Html Css Color HEX #403E76 Corn Flower Blue

📋 copy color: '#403E76'

red 64 ◦ green 62 ◦ blue 118

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

Shades of Corn Flower Blue #403E76

Tints of Corn Flower Blue #403E76

RGB

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

 GREEN value IS 62 (24.61% from 255) = 25.41%

 BLUE value IS 118 (46.48% from 255) = 48.36%

R = 26.23%
G = 25.41%
B = 48.36%

CMYK

 C value IS 0.46

 M value IS 0.47

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#403E76 (or 0x403E76) is known color: Corn Flower Blue. HEX triplet: 40, 3E and 76. RGB value is (64,62,118). Sum of RGB (Red+Green+Blue) = 64+62+118=244 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.23% from 244); Green value is 62 (24.61% from 255 or 25.41% from 244); Blue value is 118 (46.48% from 255 or 48.36% from 244); Max value from RGB is 118 - color contains mainly: blue. Hex color #403E76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403E76 is #BFC189. Grayscale: #444444. Windows color (decimal): -12566922 or 7749184. OLE color: 7749184.

HSL color Cylindrical-coordinate representation of color #403E76: hue angle of 242.14º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #403E76 is Cyan = 0.46, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 64 62 118 -
CMYK 0.46 0.47 0 0.54
HSL 242.14º 0.31% 0.35% -
HSV(B) 242.14º 0.47% 0.46% -
XYZ 7.11 5.84 17.89 -
YUV 68.98 155.66 124.45 -
System Red Green Blue C M Y K H S L
Decimal 64 62 118 0.46 0.47 0 0.54 242.14 0.31 0.35
Hex 40 3E 76 2E 2F 0 36 F2 1F 23
Octal 100 76 166 56 57 0 66 362 37 43
Binary 1000000 111110 1110110 101110 101111 0 110110 11110010 11111 100011

Color Harmonies of #403E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403E76

Black with #403E76

Text Example


Text Example

White with #403E76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403E76; }

 p { color: rgb(64,62,118); }

 H1.HeaderClassName
 {
   color: #403E76;
 }
 .AnyTagClassName
 {
   color: #403E76;
 }
</style>

background-color css

<style>
 a { background-color: #403E76; }

 a { background-color: rgb(64,62,118); }

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

border-color css

<style>
 span { border-color: #403E76; }

 span { border-color: rgb(64,62,118); }

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