Html Css Color HEX #414570 Corn Flower Blue

📋 copy color: '#414570'

red 65 ◦ green 69 ◦ blue 112

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

Shades of Corn Flower Blue #414570

Tints of Corn Flower Blue #414570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 45.53%

R = 26.42%
G = 28.05%
B = 45.53%

CMYK

 C value IS 0.42

 M value IS 0.38

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#414570 (or 0x414570) is known color: Corn Flower Blue. HEX triplet: 41, 45 and 70. RGB value is (65,69,112). Sum of RGB (Red+Green+Blue) = 65+69+112=246 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.42% from 246); Green value is 69 (27.34% from 255 or 28.05% from 246); Blue value is 112 (44.14% from 255 or 45.53% from 246); Max value from RGB is 112 - color contains mainly: blue. Hex color #414570 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414570 is #BEBA8F. Grayscale: #484848. Windows color (decimal): -12499600 or 7357761. OLE color: 7357761.

HSL color Cylindrical-coordinate representation of color #414570: hue angle of 234.89º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #414570 is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 65 69 112 -
CMYK 0.42 0.38 0 0.56
HSL 234.89º 0.27% 0.35% -
HSV(B) 234.89º 0.42% 0.44% -
XYZ 7.23 6.55 16.21 -
YUV 72.71 150.17 122.5 -
System Red Green Blue C M Y K H S L
Decimal 65 69 112 0.42 0.38 0 0.56 234.89 0.27 0.35
Hex 41 45 70 2A 26 0 38 EB 1B 23
Octal 101 105 160 52 46 0 70 353 33 43
Binary 1000001 1000101 1110000 101010 100110 0 111000 11101011 11011 100011

Color Harmonies of #414570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414570

Black with #414570

Text Example


Text Example

White with #414570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414570; }

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

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

background-color css

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

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

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

border-color css

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

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

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