Html Css Color HEX #403970 Corn Flower Blue

📋 copy color: '#403970'

red 64 ◦ green 57 ◦ blue 112

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

Shades of Corn Flower Blue #403970

Tints of Corn Flower Blue #403970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 48.07%

R = 27.47%
G = 24.46%
B = 48.07%

CMYK

 C value IS 0.43

 M value IS 0.49

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#403970 (or 0x403970) is known color: Corn Flower Blue. HEX triplet: 40, 39 and 70. RGB value is (64,57,112). Sum of RGB (Red+Green+Blue) = 64+57+112=233 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.47% from 233); Green value is 57 (22.66% from 255 or 24.46% from 233); Blue value is 112 (44.14% from 255 or 48.07% from 233); Max value from RGB is 112 - color contains mainly: blue. Hex color #403970 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403970 is #BFC68F. Grayscale: #414141. Windows color (decimal): -12568208 or 7354688. OLE color: 7354688.

HSL color Cylindrical-coordinate representation of color #403970: hue angle of 247.64º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #403970 is Cyan = 0.43, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 64 57 112 -
CMYK 0.43 0.49 0 0.56
HSL 247.64º 0.33% 0.33% -
HSV(B) 247.64º 0.49% 0.44% -
XYZ 6.5 5.19 15.99 -
YUV 65.36 154.32 127.03 -
System Red Green Blue C M Y K H S L
Decimal 64 57 112 0.43 0.49 0 0.56 247.64 0.33 0.33
Hex 40 39 70 2B 31 0 38 F8 21 21
Octal 100 71 160 53 61 0 70 370 41 41
Binary 1000000 111001 1110000 101011 110001 0 111000 11111000 100001 100001

Color Harmonies of #403970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403970

Black with #403970

Text Example


Text Example

White with #403970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403970; }

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

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

background-color css

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

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

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

border-color css

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

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

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