Html Css Color HEX #413C73 Corn Flower Blue

📋 copy color: '#413C73'

red 65 ◦ green 60 ◦ blue 115

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

Shades of Corn Flower Blue #413C73

Tints of Corn Flower Blue #413C73

RGB

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

 GREEN value IS 60 (23.83% from 255) = 25%

 BLUE value IS 115 (45.31% from 255) = 47.92%

R = 27.08%
G = 25%
B = 47.92%

CMYK

 C value IS 0.43

 M value IS 0.48

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#413C73 (or 0x413C73) is known color: Corn Flower Blue. HEX triplet: 41, 3C and 73. RGB value is (65,60,115). Sum of RGB (Red+Green+Blue) = 65+60+115=240 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.08% from 240); Green value is 60 (23.83% from 255 or 25% from 240); Blue value is 115 (45.31% from 255 or 47.92% from 240); Max value from RGB is 115 - color contains mainly: blue. Hex color #413C73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413C73 is #BEC38C. Grayscale: #434343. Windows color (decimal): -12501901 or 7552065. OLE color: 7552065.

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

Color convert

RGB 65 60 115 -
CMYK 0.43 0.48 0 0.55
HSL 245.45º 0.31% 0.34% -
HSV(B) 245.45º 0.48% 0.45% -
XYZ 6.89 5.59 16.94 -
YUV 67.77 154.66 126.03 -
System Red Green Blue C M Y K H S L
Decimal 65 60 115 0.43 0.48 0 0.55 245.45 0.31 0.34
Hex 41 3C 73 2B 30 0 37 F5 1F 22
Octal 101 74 163 53 60 0 67 365 37 42
Binary 1000001 111100 1110011 101011 110000 0 110111 11110101 11111 100010

Color Harmonies of #413C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413C73

Black with #413C73

Text Example


Text Example

White with #413C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,60,115); }

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

background-color css

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

 a { background-color: rgb(65,60,115); }

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

border-color css

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

 span { border-color: rgb(65,60,115); }

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