Html Css Color HEX #464371 Corn Flower Blue

📋 copy color: '#464371'

red 70 ◦ green 67 ◦ blue 113

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

Shades of Corn Flower Blue #464371

Tints of Corn Flower Blue #464371

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.8%

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

R = 28%
G = 26.8%
B = 45.2%

CMYK

 C value IS 0.38

 M value IS 0.41

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#464371 (or 0x464371) is known color: Corn Flower Blue. HEX triplet: 46, 43 and 71. RGB value is (70,67,113). Sum of RGB (Red+Green+Blue) = 70+67+113=250 (33% of max value = 765). Red value is 70 (27.73% from 255 or 28% from 250); Green value is 67 (26.56% from 255 or 26.8% from 250); Blue value is 113 (44.53% from 255 or 45.2% from 250); Max value from RGB is 113 - color contains mainly: blue. Hex color #464371 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464371 is #B9BC8E. Grayscale: #484848. Windows color (decimal): -12172431 or 7422790. OLE color: 7422790.

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

Color convert

RGB 70 67 113 -
CMYK 0.38 0.41 0 0.56
HSL 243.91º 0.26% 0.35% -
HSV(B) 243.91º 0.41% 0.44% -
XYZ 7.51 6.51 16.48 -
YUV 73.14 150.49 125.76 -
System Red Green Blue C M Y K H S L
Decimal 70 67 113 0.38 0.41 0 0.56 243.91 0.26 0.35
Hex 46 43 71 26 29 0 38 F4 1A 23
Octal 106 103 161 46 51 0 70 364 32 43
Binary 1000110 1000011 1110001 100110 101001 0 111000 11110100 11010 100011

Color Harmonies of #464371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464371

Black with #464371

Text Example


Text Example

White with #464371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464371; }

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

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

background-color css

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

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

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

border-color css

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

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

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