Html Css Color HEX #464271 Corn Flower Blue

📋 copy color: '#464271'

red 70 ◦ green 66 ◦ blue 113

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

Shades of Corn Flower Blue #464271

Tints of Corn Flower Blue #464271

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.51%

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

R = 28.11%
G = 26.51%
B = 45.38%

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

#464271 (or 0x464271) is known color: Corn Flower Blue. HEX triplet: 46, 42 and 71. RGB value is (70,66,113). Sum of RGB (Red+Green+Blue) = 70+66+113=249 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.11% from 249); Green value is 66 (26.17% from 255 or 26.51% from 249); Blue value is 113 (44.53% from 255 or 45.38% from 249); Max value from RGB is 113 - color contains mainly: blue. Hex color #464271 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464271 is #B9BD8E. Grayscale: #484848. Windows color (decimal): -12172687 or 7422534. OLE color: 7422534.

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

Color convert

RGB 70 66 113 -
CMYK 0.38 0.42 0 0.56
HSL 245.11º 0.26% 0.35% -
HSV(B) 245.11º 0.42% 0.44% -
XYZ 7.45 6.39 16.46 -
YUV 72.55 150.83 126.18 -
System Red Green Blue C M Y K H S L
Decimal 70 66 113 0.38 0.42 0 0.56 245.11 0.26 0.35
Hex 46 42 71 26 2A 0 38 F5 1A 23
Octal 106 102 161 46 52 0 70 365 32 43
Binary 1000110 1000010 1110001 100110 101010 0 111000 11110101 11010 100011

Color Harmonies of #464271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464271

Black with #464271

Text Example


Text Example

White with #464271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464271; }

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

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

background-color css

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

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

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

border-color css

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

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

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