Html Css Color HEX #414071 Corn Flower Blue

📋 copy color: '#414071'

red 65 ◦ green 64 ◦ blue 113

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

Shades of Corn Flower Blue #414071

Tints of Corn Flower Blue #414071

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.45%

 BLUE value IS 113 (44.53% from 255) = 46.69%

R = 26.86%
G = 26.45%
B = 46.69%

CMYK

 C value IS 0.42

 M value IS 0.43

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#414071 (or 0x414071) is known color: Corn Flower Blue. HEX triplet: 41, 40 and 71. RGB value is (65,64,113). Sum of RGB (Red+Green+Blue) = 65+64+113=242 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.86% from 242); Green value is 64 (25.39% from 255 or 26.45% from 242); Blue value is 113 (44.53% from 255 or 46.69% from 242); Max value from RGB is 113 - color contains mainly: blue. Hex color #414071 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414071 is #BEBF8E. Grayscale: #454545. Windows color (decimal): -12500879 or 7422017. OLE color: 7422017.

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

Color convert

RGB 65 64 113 -
CMYK 0.42 0.43 0 0.56
HSL 241.22º 0.28% 0.35% -
HSV(B) 241.22º 0.43% 0.44% -
XYZ 6.99 5.98 16.41 -
YUV 69.89 152.33 124.52 -
System Red Green Blue C M Y K H S L
Decimal 65 64 113 0.42 0.43 0 0.56 241.22 0.28 0.35
Hex 41 40 71 2A 2B 0 38 F1 1C 23
Octal 101 100 161 52 53 0 70 361 34 43
Binary 1000001 1000000 1110001 101010 101011 0 111000 11110001 11100 100011

Color Harmonies of #414071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414071

Black with #414071

Text Example


Text Example

White with #414071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414071; }

 p { color: rgb(65,64,113); }

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

background-color css

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

 a { background-color: rgb(65,64,113); }

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

border-color css

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

 span { border-color: rgb(65,64,113); }

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