Html Css Color HEX #403D76 Corn Flower Blue

📋 copy color: '#403D76'

red 64 ◦ green 61 ◦ blue 118

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

Shades of Corn Flower Blue #403D76

Tints of Corn Flower Blue #403D76

RGB

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

 GREEN value IS 61 (24.22% from 255) = 25.1%

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

R = 26.34%
G = 25.1%
B = 48.56%

CMYK

 C value IS 0.46

 M value IS 0.48

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#403D76 (or 0x403D76) is known color: Corn Flower Blue. HEX triplet: 40, 3D and 76. RGB value is (64,61,118). Sum of RGB (Red+Green+Blue) = 64+61+118=243 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.34% from 243); Green value is 61 (24.22% from 255 or 25.10% from 243); Blue value is 118 (46.48% from 255 or 48.56% from 243); Max value from RGB is 118 - color contains mainly: blue. Hex color #403D76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403D76 is #BFC289. Grayscale: #444444. Windows color (decimal): -12567178 or 7748928. OLE color: 7748928.

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

Color convert

RGB 64 61 118 -
CMYK 0.46 0.48 0 0.54
HSL 243.16º 0.32% 0.35% -
HSV(B) 243.16º 0.48% 0.46% -
XYZ 7.05 5.74 17.87 -
YUV 68.4 155.99 124.87 -
System Red Green Blue C M Y K H S L
Decimal 64 61 118 0.46 0.48 0 0.54 243.16 0.32 0.35
Hex 40 3D 76 2E 30 0 36 F3 20 23
Octal 100 75 166 56 60 0 66 363 40 43
Binary 1000000 111101 1110110 101110 110000 0 110110 11110011 100000 100011

Color Harmonies of #403D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403D76

Black with #403D76

Text Example


Text Example

White with #403D76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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