Html Css Color HEX #413E63 Corn Flower Blue

📋 copy color: '#413E63'

red 65 ◦ green 62 ◦ blue 99

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

Shades of Corn Flower Blue #413E63

Tints of Corn Flower Blue #413E63

RGB

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

 GREEN value IS 62 (24.61% from 255) = 27.43%

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

R = 28.76%
G = 27.43%
B = 43.81%

CMYK

 C value IS 0.34

 M value IS 0.37

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#413E63 (or 0x413E63) is known color: Corn Flower Blue. HEX triplet: 41, 3E and 63. RGB value is (65,62,99). Sum of RGB (Red+Green+Blue) = 65+62+99=226 (29% of max value = 765). Red value is 65 (25.78% from 255 or 28.76% from 226); Green value is 62 (24.61% from 255 or 27.43% from 226); Blue value is 99 (39.06% from 255 or 43.81% from 226); Max value from RGB is 99 - color contains mainly: blue. Hex color #413E63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413E63 is #BEC19C. Grayscale: #424242. Windows color (decimal): -12501405 or 6504001. OLE color: 6504001.

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

Color convert

RGB 65 62 99 -
CMYK 0.34 0.37 0 0.61
HSL 244.86º 0.23% 0.32% -
HSV(B) 244.86º 0.37% 0.39% -
XYZ 6.15 5.47 12.54 -
YUV 67.12 145.99 126.49 -
System Red Green Blue C M Y K H S L
Decimal 65 62 99 0.34 0.37 0 0.61 244.86 0.23 0.32
Hex 41 3E 63 22 25 0 3D F5 17 20
Octal 101 76 143 42 45 0 75 365 27 40
Binary 1000001 111110 1100011 100010 100101 0 111101 11110101 10111 100000

Color Harmonies of #413E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413E63

Black with #413E63

Text Example


Text Example

White with #413E63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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