Html Css Color HEX #464871 Corn Flower Blue

📋 copy color: '#464871'

red 70 ◦ green 72 ◦ blue 113

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

Shades of Corn Flower Blue #464871

Tints of Corn Flower Blue #464871

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.24%

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

R = 27.45%
G = 28.24%
B = 44.31%

CMYK

 C value IS 0.38

 M value IS 0.36

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#464871 (or 0x464871) is known color: Corn Flower Blue. HEX triplet: 46, 48 and 71. RGB value is (70,72,113). Sum of RGB (Red+Green+Blue) = 70+72+113=255 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.45% from 255); Green value is 72 (28.52% from 255 or 28.24% from 255); Blue value is 113 (44.53% from 255 or 44.31% from 255); Max value from RGB is 113 - color contains mainly: blue. Hex color #464871 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464871 is #B9B78E. Grayscale: #4B4B4B. Windows color (decimal): -12171151 or 7424070. OLE color: 7424070.

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

Color convert

RGB 70 72 113 -
CMYK 0.38 0.36 0 0.56
HSL 237.21º 0.23% 0.36% -
HSV(B) 237.21º 0.38% 0.44% -
XYZ 7.82 7.13 16.59 -
YUV 76.08 148.84 123.67 -
System Red Green Blue C M Y K H S L
Decimal 70 72 113 0.38 0.36 0 0.56 237.21 0.23 0.36
Hex 46 48 71 26 24 0 38 ED 17 24
Octal 106 110 161 46 44 0 70 355 27 44
Binary 1000110 1001000 1110001 100110 100100 0 111000 11101101 10111 100100

Color Harmonies of #464871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464871

Black with #464871

Text Example


Text Example

White with #464871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464871; }

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

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

background-color css

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

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

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

border-color css

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

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

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