Html Css Color HEX #403974 Corn Flower Blue

📋 copy color: '#403974'

red 64 ◦ green 57 ◦ blue 116

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

Shades of Corn Flower Blue #403974

Tints of Corn Flower Blue #403974

RGB

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

 GREEN value IS 57 (22.66% from 255) = 24.05%

 BLUE value IS 116 (45.7% from 255) = 48.95%

R = 27%
G = 24.05%
B = 48.95%

CMYK

 C value IS 0.45

 M value IS 0.51

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#403974 (or 0x403974) is known color: Corn Flower Blue. HEX triplet: 40, 39 and 74. RGB value is (64,57,116). Sum of RGB (Red+Green+Blue) = 64+57+116=237 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.00% from 237); Green value is 57 (22.66% from 255 or 24.05% from 237); Blue value is 116 (45.70% from 255 or 48.95% from 237); Max value from RGB is 116 - color contains mainly: blue. Hex color #403974 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403974 is #BFC68B. Grayscale: #414141. Windows color (decimal): -12568204 or 7616832. OLE color: 7616832.

HSL color Cylindrical-coordinate representation of color #403974: hue angle of 247.12º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #403974 is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 64 57 116 -
CMYK 0.45 0.51 0 0.55
HSL 247.12º 0.34% 0.34% -
HSV(B) 247.12º 0.51% 0.45% -
XYZ 6.73 5.28 17.19 -
YUV 65.82 156.32 126.7 -
System Red Green Blue C M Y K H S L
Decimal 64 57 116 0.45 0.51 0 0.55 247.12 0.34 0.34
Hex 40 39 74 2D 33 0 37 F7 22 22
Octal 100 71 164 55 63 0 67 367 42 42
Binary 1000000 111001 1110100 101101 110011 0 110111 11110111 100010 100010

Color Harmonies of #403974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403974

Black with #403974

Text Example


Text Example

White with #403974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403974; }

 p { color: rgb(64,57,116); }

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

background-color css

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

 a { background-color: rgb(64,57,116); }

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

border-color css

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

 span { border-color: rgb(64,57,116); }

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