Html Css Color HEX #464671 Corn Flower Blue

📋 copy color: '#464671'

red 70 ◦ green 70 ◦ blue 113

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

Shades of Corn Flower Blue #464671

Tints of Corn Flower Blue #464671

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.67%

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

R = 27.67%
G = 27.67%
B = 44.66%

CMYK

 C value IS 0.38

 M value IS 0.38

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#464671 (or 0x464671) is known color: Corn Flower Blue. HEX triplet: 46, 46 and 71. RGB value is (70,70,113). Sum of RGB (Red+Green+Blue) = 70+70+113=253 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.67% from 253); Green value is 70 (27.73% from 255 or 27.67% from 253); Blue value is 113 (44.53% from 255 or 44.66% from 253); Max value from RGB is 113 - color contains mainly: blue. Hex color #464671 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464671 is #B9B98E. Grayscale: #4A4A4A. Windows color (decimal): -12171663 or 7423558. OLE color: 7423558.

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

Color convert

RGB 70 70 113 -
CMYK 0.38 0.38 0 0.56
HSL 240º 0.23% 0.36% -
HSV(B) 240º 0.38% 0.44% -
XYZ 7.7 6.87 16.54 -
YUV 74.9 149.5 124.5 -
System Red Green Blue C M Y K H S L
Decimal 70 70 113 0.38 0.38 0 0.56 240 0.23 0.36
Hex 46 46 71 26 26 0 38 F0 17 24
Octal 106 106 161 46 46 0 70 360 27 44
Binary 1000110 1000110 1110001 100110 100110 0 111000 11110000 10111 100100

Color Harmonies of #464671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464671

Black with #464671

Text Example


Text Example

White with #464671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464671; }

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

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

background-color css

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

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

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

border-color css

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

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

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