Html Css Color HEX #413F70 Corn Flower Blue

📋 copy color: '#413F70'

red 65 ◦ green 63 ◦ blue 112

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

Shades of Corn Flower Blue #413F70

Tints of Corn Flower Blue #413F70

RGB

 RED value IS 65 (25.78% from 255) = 27.08%

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

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

R = 27.08%
G = 26.25%
B = 46.67%

CMYK

 C value IS 0.42

 M value IS 0.44

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#413F70 (or 0x413F70) is known color: Corn Flower Blue. HEX triplet: 41, 3F and 70. RGB value is (65,63,112). Sum of RGB (Red+Green+Blue) = 65+63+112=240 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.08% from 240); Green value is 63 (25% from 255 or 26.25% from 240); Blue value is 112 (44.14% from 255 or 46.67% from 240); Max value from RGB is 112 - color contains mainly: blue. Hex color #413F70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413F70 is #BEC08F. Grayscale: #444444. Windows color (decimal): -12501136 or 7356225. OLE color: 7356225.

HSL color Cylindrical-coordinate representation of color #413F70: hue angle of 242.45º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #413F70 is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 65 63 112 -
CMYK 0.42 0.44 0 0.56
HSL 242.45º 0.28% 0.34% -
HSV(B) 242.45º 0.44% 0.44% -
XYZ 6.88 5.85 16.1 -
YUV 69.18 152.16 125.02 -
System Red Green Blue C M Y K H S L
Decimal 65 63 112 0.42 0.44 0 0.56 242.45 0.28 0.34
Hex 41 3F 70 2A 2C 0 38 F2 1C 22
Octal 101 77 160 52 54 0 70 362 34 42
Binary 1000001 111111 1110000 101010 101100 0 111000 11110010 11100 100010

Color Harmonies of #413F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413F70

Black with #413F70

Text Example


Text Example

White with #413F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413F70; }

 p { color: rgb(65,63,112); }

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

background-color css

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

 a { background-color: rgb(65,63,112); }

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

border-color css

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

 span { border-color: rgb(65,63,112); }

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