Html Css Color HEX #414061 Corn Flower Blue

📋 copy color: '#414061'

red 65 ◦ green 64 ◦ blue 97

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

Shades of Corn Flower Blue #414061

Tints of Corn Flower Blue #414061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 42.92%

R = 28.76%
G = 28.32%
B = 42.92%

CMYK

 C value IS 0.33

 M value IS 0.34

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#414061 (or 0x414061) is known color: Corn Flower Blue. HEX triplet: 41, 40 and 61. RGB value is (65,64,97). Sum of RGB (Red+Green+Blue) = 65+64+97=226 (29% of max value = 765). Red value is 65 (25.78% from 255 or 28.76% from 226); Green value is 64 (25.39% from 255 or 28.32% from 226); Blue value is 97 (38.28% from 255 or 42.92% from 226); Max value from RGB is 97 - color contains mainly: blue. Hex color #414061 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414061 is #BEBF9E. Grayscale: #434343. Windows color (decimal): -12500895 or 6373441. OLE color: 6373441.

HSL color Cylindrical-coordinate representation of color #414061: hue angle of 241.82º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #414061 is Cyan = 0.33, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 65 64 97 -
CMYK 0.33 0.34 0 0.62
HSL 241.82º 0.2% 0.32% -
HSV(B) 241.82º 0.34% 0.38% -
XYZ 6.17 5.65 12.08 -
YUV 68.06 144.33 125.82 -
System Red Green Blue C M Y K H S L
Decimal 65 64 97 0.33 0.34 0 0.62 241.82 0.2 0.32
Hex 41 40 61 21 22 0 3E F2 14 20
Octal 101 100 141 41 42 0 76 362 24 40
Binary 1000001 1000000 1100001 100001 100010 0 111110 11110010 10100 100000

Color Harmonies of #414061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414061

Black with #414061

Text Example


Text Example

White with #414061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414061; }

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

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

background-color css

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

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

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

border-color css

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

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

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