Html Css Color HEX #413A76 Corn Flower Blue

📋 copy color: '#413A76'

red 65 ◦ green 58 ◦ blue 118

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

Shades of Corn Flower Blue #413A76

Tints of Corn Flower Blue #413A76

RGB

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

 GREEN value IS 58 (23.05% from 255) = 24.07%

 BLUE value IS 118 (46.48% from 255) = 48.96%

R = 26.97%
G = 24.07%
B = 48.96%

CMYK

 C value IS 0.45

 M value IS 0.51

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#413A76 (or 0x413A76) is known color: Corn Flower Blue. HEX triplet: 41, 3A and 76. RGB value is (65,58,118). Sum of RGB (Red+Green+Blue) = 65+58+118=241 (31% of max value = 765). Red value is 65 (25.78% from 255 or 26.97% from 241); Green value is 58 (23.05% from 255 or 24.07% from 241); Blue value is 118 (46.48% from 255 or 48.96% from 241); Max value from RGB is 118 - color contains mainly: blue. Hex color #413A76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413A76 is #BEC589. Grayscale: #424242. Windows color (decimal): -12502410 or 7748161. OLE color: 7748161.

HSL color Cylindrical-coordinate representation of color #413A76: hue angle of 247º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #413A76 is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 65 58 118 -
CMYK 0.45 0.51 0 0.54
HSL 247º 0.34% 0.35% -
HSV(B) 247º 0.51% 0.46% -
XYZ 6.96 5.46 17.83 -
YUV 66.93 156.82 126.62 -
System Red Green Blue C M Y K H S L
Decimal 65 58 118 0.45 0.51 0 0.54 247 0.34 0.35
Hex 41 3A 76 2D 33 0 36 F7 22 23
Octal 101 72 166 55 63 0 66 367 42 43
Binary 1000001 111010 1110110 101101 110011 0 110110 11110111 100010 100011

Color Harmonies of #413A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413A76

Black with #413A76

Text Example


Text Example

White with #413A76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,58,118); }

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

background-color css

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

 a { background-color: rgb(65,58,118); }

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

border-color css

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

 span { border-color: rgb(65,58,118); }

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