Html Css Color HEX #414470 Corn Flower Blue

📋 copy color: '#414470'

red 65 ◦ green 68 ◦ blue 112

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

Shades of Corn Flower Blue #414470

Tints of Corn Flower Blue #414470

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.76%

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

R = 26.53%
G = 27.76%
B = 45.71%

CMYK

 C value IS 0.42

 M value IS 0.39

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#414470 (or 0x414470) is known color: Corn Flower Blue. HEX triplet: 41, 44 and 70. RGB value is (65,68,112). Sum of RGB (Red+Green+Blue) = 65+68+112=245 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.53% from 245); Green value is 68 (26.95% from 255 or 27.76% from 245); Blue value is 112 (44.14% from 255 or 45.71% from 245); Max value from RGB is 112 - color contains mainly: blue. Hex color #414470 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414470 is #BEBB8F. Grayscale: #474747. Windows color (decimal): -12499856 or 7357505. OLE color: 7357505.

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

Color convert

RGB 65 68 112 -
CMYK 0.42 0.39 0 0.56
HSL 236.17º 0.27% 0.35% -
HSV(B) 236.17º 0.42% 0.44% -
XYZ 7.17 6.43 16.19 -
YUV 72.12 150.51 122.92 -
System Red Green Blue C M Y K H S L
Decimal 65 68 112 0.42 0.39 0 0.56 236.17 0.27 0.35
Hex 41 44 70 2A 27 0 38 EC 1B 23
Octal 101 104 160 52 47 0 70 354 33 43
Binary 1000001 1000100 1110000 101010 100111 0 111000 11101100 11011 100011

Color Harmonies of #414470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414470

Black with #414470

Text Example


Text Example

White with #414470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414470; }

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

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

background-color css

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

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

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

border-color css

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

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

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