Html Css Color HEX #464171 Corn Flower Blue

📋 copy color: '#464171'

red 70 ◦ green 65 ◦ blue 113

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

Shades of Corn Flower Blue #464171

Tints of Corn Flower Blue #464171

RGB

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

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

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

R = 28.23%
G = 26.21%
B = 45.56%

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

#464171 (or 0x464171) is known color: Corn Flower Blue. HEX triplet: 46, 41 and 71. RGB value is (70,65,113). Sum of RGB (Red+Green+Blue) = 70+65+113=248 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.23% from 248); Green value is 65 (25.78% from 255 or 26.21% from 248); Blue value is 113 (44.53% from 255 or 45.56% from 248); Max value from RGB is 113 - color contains mainly: blue. Hex color #464171 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464171 is #B9BE8E. Grayscale: #474747. Windows color (decimal): -12172943 or 7422278. OLE color: 7422278.

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

Color convert

RGB 70 65 113 -
CMYK 0.38 0.42 0 0.56
HSL 246.25º 0.27% 0.35% -
HSV(B) 246.25º 0.42% 0.44% -
XYZ 7.4 6.27 16.44 -
YUV 71.97 151.16 126.6 -
System Red Green Blue C M Y K H S L
Decimal 70 65 113 0.38 0.42 0 0.56 246.25 0.27 0.35
Hex 46 41 71 26 2A 0 38 F6 1B 23
Octal 106 101 161 46 52 0 70 366 33 43
Binary 1000110 1000001 1110001 100110 101010 0 111000 11110110 11011 100011

Color Harmonies of #464171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464171

Black with #464171

Text Example


Text Example

White with #464171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464171; }

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

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

background-color css

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

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

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

border-color css

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

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

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