Html Css Color HEX #414170 Corn Flower Blue

📋 copy color: '#414170'

red 65 ◦ green 65 ◦ blue 112

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

Shades of Corn Flower Blue #414170

Tints of Corn Flower Blue #414170

RGB

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

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

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

R = 26.86%
G = 26.86%
B = 46.28%

CMYK

 C value IS 0.42

 M value IS 0.42

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#414170 (or 0x414170) is known color: Corn Flower Blue. HEX triplet: 41, 41 and 70. RGB value is (65,65,112). Sum of RGB (Red+Green+Blue) = 65+65+112=242 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.86% from 242); Green value is 65 (25.78% from 255 or 26.86% from 242); Blue value is 112 (44.14% from 255 or 46.28% from 242); Max value from RGB is 112 - color contains mainly: blue. Hex color #414170 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414170 is #BEBE8F. Grayscale: #464646. Windows color (decimal): -12500624 or 7356737. OLE color: 7356737.

HSL color Cylindrical-coordinate representation of color #414170: hue angle of 240º 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 #414170 is Cyan = 0.42, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 65 65 112 -
CMYK 0.42 0.42 0 0.56
HSL 240º 0.27% 0.35% -
HSV(B) 240º 0.42% 0.44% -
XYZ 6.99 6.07 16.13 -
YUV 70.36 151.5 124.18 -
System Red Green Blue C M Y K H S L
Decimal 65 65 112 0.42 0.42 0 0.56 240 0.27 0.35
Hex 41 41 70 2A 2A 0 38 F0 1B 23
Octal 101 101 160 52 52 0 70 360 33 43
Binary 1000001 1000001 1110000 101010 101010 0 111000 11110000 11011 100011

Color Harmonies of #414170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414170

Black with #414170

Text Example


Text Example

White with #414170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414170; }

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

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

background-color css

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

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

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

border-color css

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

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

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