Html Css Color HEX #464170 Corn Flower Blue

📋 copy color: '#464170'

red 70 ◦ green 65 ◦ blue 112

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

Shades of Corn Flower Blue #464170

Tints of Corn Flower Blue #464170

RGB

 RED value IS 70 (27.73% from 255) = 28.34%

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

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

R = 28.34%
G = 26.32%
B = 45.34%

CMYK

 C value IS 0.38

 M value IS 0.42

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#464170 (or 0x464170) is known color: Corn Flower Blue. HEX triplet: 46, 41 and 70. RGB value is (70,65,112). Sum of RGB (Red+Green+Blue) = 70+65+112=247 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.34% from 247); Green value is 65 (25.78% from 255 or 26.32% from 247); Blue value is 112 (44.14% from 255 or 45.34% from 247); Max value from RGB is 112 - color contains mainly: blue. Hex color #464170 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464170 is #B9BE8F. Grayscale: #474747. Windows color (decimal): -12172944 or 7356742. OLE color: 7356742.

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

Color convert

RGB 70 65 112 -
CMYK 0.38 0.42 0 0.56
HSL 246.38º 0.27% 0.35% -
HSV(B) 246.38º 0.42% 0.44% -
XYZ 7.34 6.25 16.15 -
YUV 71.85 150.66 126.68 -
System Red Green Blue C M Y K H S L
Decimal 70 65 112 0.38 0.42 0 0.56 246.38 0.27 0.35
Hex 46 41 70 26 2A 0 38 F6 1B 23
Octal 106 101 160 46 52 0 70 366 33 43
Binary 1000110 1000001 1110000 100110 101010 0 111000 11110110 11011 100011

Color Harmonies of #464170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464170

Black with #464170

Text Example


Text Example

White with #464170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464170; }

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

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

background-color css

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

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

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

border-color css

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

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

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