Html Css Color HEX #464071 Corn Flower Blue

📋 copy color: '#464071'

red 70 ◦ green 64 ◦ blue 113

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

Shades of Corn Flower Blue #464071

Tints of Corn Flower Blue #464071

RGB

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

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

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

R = 28.34%
G = 25.91%
B = 45.75%

CMYK

 C value IS 0.38

 M value IS 0.43

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#464071 (or 0x464071) is known color: Corn Flower Blue. HEX triplet: 46, 40 and 71. RGB value is (70,64,113). Sum of RGB (Red+Green+Blue) = 70+64+113=247 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.34% from 247); Green value is 64 (25.39% from 255 or 25.91% from 247); Blue value is 113 (44.53% from 255 or 45.75% from 247); Max value from RGB is 113 - color contains mainly: blue. Hex color #464071 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464071 is #B9BF8E. Grayscale: #474747. Windows color (decimal): -12173199 or 7422022. OLE color: 7422022.

HSL color Cylindrical-coordinate representation of color #464071: hue angle of 247.35º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #464071 is Cyan = 0.38, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 70 64 113 -
CMYK 0.38 0.43 0 0.56
HSL 247.35º 0.28% 0.35% -
HSV(B) 247.35º 0.43% 0.44% -
XYZ 7.34 6.16 16.43 -
YUV 71.38 151.49 127.02 -
System Red Green Blue C M Y K H S L
Decimal 70 64 113 0.38 0.43 0 0.56 247.35 0.28 0.35
Hex 46 40 71 26 2B 0 38 F7 1C 23
Octal 106 100 161 46 53 0 70 367 34 43
Binary 1000110 1000000 1110001 100110 101011 0 111000 11110111 11100 100011

Color Harmonies of #464071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464071

Black with #464071

Text Example


Text Example

White with #464071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464071; }

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

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

background-color css

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

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

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

border-color css

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

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

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