Html Css Color HEX #464771 Corn Flower Blue

📋 copy color: '#464771'

red 70 ◦ green 71 ◦ blue 113

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

Shades of Corn Flower Blue #464771

Tints of Corn Flower Blue #464771

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.95%

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

R = 27.56%
G = 27.95%
B = 44.49%

CMYK

 C value IS 0.38

 M value IS 0.37

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#464771 (or 0x464771) is known color: Corn Flower Blue. HEX triplet: 46, 47 and 71. RGB value is (70,71,113). Sum of RGB (Red+Green+Blue) = 70+71+113=254 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.56% from 254); Green value is 71 (28.12% from 255 or 27.95% from 254); Blue value is 113 (44.53% from 255 or 44.49% from 254); Max value from RGB is 113 - color contains mainly: blue. Hex color #464771 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464771 is #B9B88E. Grayscale: #4B4B4B. Windows color (decimal): -12171407 or 7423814. OLE color: 7423814.

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

Color convert

RGB 70 71 113 -
CMYK 0.38 0.37 0 0.56
HSL 238.6º 0.23% 0.36% -
HSV(B) 238.6º 0.38% 0.44% -
XYZ 7.76 7 16.57 -
YUV 75.49 149.17 124.08 -
System Red Green Blue C M Y K H S L
Decimal 70 71 113 0.38 0.37 0 0.56 238.6 0.23 0.36
Hex 46 47 71 26 25 0 38 EF 17 24
Octal 106 107 161 46 45 0 70 357 27 44
Binary 1000110 1000111 1110001 100110 100101 0 111000 11101111 10111 100100

Color Harmonies of #464771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464771

Black with #464771

Text Example


Text Example

White with #464771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464771; }

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

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

background-color css

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

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

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

border-color css

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

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

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