Html Css Color HEX #403C76 Corn Flower Blue

📋 copy color: '#403C76'

red 64 ◦ green 60 ◦ blue 118

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

Shades of Corn Flower Blue #403C76

Tints of Corn Flower Blue #403C76

RGB

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

 GREEN value IS 60 (23.83% from 255) = 24.79%

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

R = 26.45%
G = 24.79%
B = 48.76%

CMYK

 C value IS 0.46

 M value IS 0.49

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#403C76 (or 0x403C76) is known color: Corn Flower Blue. HEX triplet: 40, 3C and 76. RGB value is (64,60,118). Sum of RGB (Red+Green+Blue) = 64+60+118=242 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.45% from 242); Green value is 60 (23.83% from 255 or 24.79% from 242); Blue value is 118 (46.48% from 255 or 48.76% from 242); Max value from RGB is 118 - color contains mainly: blue. Hex color #403C76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403C76 is #BFC389. Grayscale: #434343. Windows color (decimal): -12567434 or 7748672. OLE color: 7748672.

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

Color convert

RGB 64 60 118 -
CMYK 0.46 0.49 0 0.54
HSL 244.14º 0.33% 0.35% -
HSV(B) 244.14º 0.49% 0.46% -
XYZ 7 5.63 17.86 -
YUV 67.81 156.33 125.28 -
System Red Green Blue C M Y K H S L
Decimal 64 60 118 0.46 0.49 0 0.54 244.14 0.33 0.35
Hex 40 3C 76 2E 31 0 36 F4 21 23
Octal 100 74 166 56 61 0 66 364 41 43
Binary 1000000 111100 1110110 101110 110001 0 110110 11110100 100001 100011

Color Harmonies of #403C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403C76

Black with #403C76

Text Example


Text Example

White with #403C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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