Html Css Color HEX #413F63 Corn Flower Blue

📋 copy color: '#413F63'

red 65 ◦ green 63 ◦ blue 99

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

Shades of Corn Flower Blue #413F63

Tints of Corn Flower Blue #413F63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 43.61%

R = 28.63%
G = 27.75%
B = 43.61%

CMYK

 C value IS 0.34

 M value IS 0.36

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#413F63 (or 0x413F63) is known color: Corn Flower Blue. HEX triplet: 41, 3F and 63. RGB value is (65,63,99). Sum of RGB (Red+Green+Blue) = 65+63+99=227 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.63% from 227); Green value is 63 (25% from 255 or 27.75% from 227); Blue value is 99 (39.06% from 255 or 43.61% from 227); Max value from RGB is 99 - color contains mainly: blue. Hex color #413F63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413F63 is #BEC09C. Grayscale: #434343. Windows color (decimal): -12501149 or 6504257. OLE color: 6504257.

HSL color Cylindrical-coordinate representation of color #413F63: hue angle of 243.33º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #413F63 is Cyan = 0.34, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 65 63 99 -
CMYK 0.34 0.36 0 0.61
HSL 243.33º 0.22% 0.32% -
HSV(B) 243.33º 0.36% 0.39% -
XYZ 6.21 5.58 12.55 -
YUV 67.7 145.66 126.07 -
System Red Green Blue C M Y K H S L
Decimal 65 63 99 0.34 0.36 0 0.61 243.33 0.22 0.32
Hex 41 3F 63 22 24 0 3D F3 16 20
Octal 101 77 143 42 44 0 75 363 26 40
Binary 1000001 111111 1100011 100010 100100 0 111101 11110011 10110 100000

Color Harmonies of #413F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413F63

Black with #413F63

Text Example


Text Example

White with #413F63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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