Html Css Color HEX #414573 Corn Flower Blue

📋 copy color: '#414573'

red 65 ◦ green 69 ◦ blue 115

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

Shades of Corn Flower Blue #414573

Tints of Corn Flower Blue #414573

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.71%

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

R = 26.1%
G = 27.71%
B = 46.18%

CMYK

 C value IS 0.43

 M value IS 0.4

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#414573 (or 0x414573) is known color: Corn Flower Blue. HEX triplet: 41, 45 and 73. RGB value is (65,69,115). Sum of RGB (Red+Green+Blue) = 65+69+115=249 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.10% from 249); Green value is 69 (27.34% from 255 or 27.71% from 249); Blue value is 115 (45.31% from 255 or 46.18% from 249); Max value from RGB is 115 - color contains mainly: blue. Hex color #414573 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414573 is #BEBA8C. Grayscale: #484848. Windows color (decimal): -12499597 or 7554369. OLE color: 7554369.

HSL color Cylindrical-coordinate representation of color #414573: hue angle of 235.2º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #414573 is Cyan = 0.43, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 65 69 115 -
CMYK 0.43 0.4 0 0.55
HSL 235.2º 0.28% 0.35% -
HSV(B) 235.2º 0.43% 0.45% -
XYZ 7.4 6.62 17.11 -
YUV 73.05 151.67 122.26 -
System Red Green Blue C M Y K H S L
Decimal 65 69 115 0.43 0.4 0 0.55 235.2 0.28 0.35
Hex 41 45 73 2B 28 0 37 EB 1C 23
Octal 101 105 163 53 50 0 67 353 34 43
Binary 1000001 1000101 1110011 101011 101000 0 110111 11101011 11100 100011

Color Harmonies of #414573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414573

Black with #414573

Text Example


Text Example

White with #414573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414573; }

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

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

background-color css

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

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

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

border-color css

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

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

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