Html Css Color HEX #403F76 Corn Flower Blue

📋 copy color: '#403F76'

red 64 ◦ green 63 ◦ blue 118

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

Shades of Corn Flower Blue #403F76

Tints of Corn Flower Blue #403F76

RGB

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

 GREEN value IS 63 (25% from 255) = 25.71%

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

R = 26.12%
G = 25.71%
B = 48.16%

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

#403F76 (or 0x403F76) is known color: Corn Flower Blue. HEX triplet: 40, 3F and 76. RGB value is (64,63,118). Sum of RGB (Red+Green+Blue) = 64+63+118=245 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.12% from 245); Green value is 63 (25% from 255 or 25.71% from 245); Blue value is 118 (46.48% from 255 or 48.16% from 245); Max value from RGB is 118 - color contains mainly: blue. Hex color #403F76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403F76 is #BFC089. Grayscale: #454545. Windows color (decimal): -12566666 or 7749440. OLE color: 7749440.

HSL color Cylindrical-coordinate representation of color #403F76: hue angle of 241.09º degrees, saturation: 0.3, 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 #403F76 is Cyan = 0.46, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 64 63 118 -
CMYK 0.46 0.47 0 0.54
HSL 241.09º 0.3% 0.35% -
HSV(B) 241.09º 0.47% 0.46% -
XYZ 7.16 5.95 17.91 -
YUV 69.57 155.33 124.03 -
System Red Green Blue C M Y K H S L
Decimal 64 63 118 0.46 0.47 0 0.54 241.09 0.3 0.35
Hex 40 3F 76 2E 2F 0 36 F1 1E 23
Octal 100 77 166 56 57 0 66 361 36 43
Binary 1000000 111111 1110110 101110 101111 0 110110 11110001 11110 100011

Color Harmonies of #403F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403F76

Black with #403F76

Text Example


Text Example

White with #403F76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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