Html Css Color HEX #464A71 Corn Flower Blue

📋 copy color: '#464A71'

red 70 ◦ green 74 ◦ blue 113

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

Shades of Corn Flower Blue #464A71

Tints of Corn Flower Blue #464A71

RGB

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

 GREEN value IS 74 (29.3% from 255) = 28.79%

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

R = 27.24%
G = 28.79%
B = 43.97%

CMYK

 C value IS 0.38

 M value IS 0.35

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#464A71 (or 0x464A71) is known color: Corn Flower Blue. HEX triplet: 46, 4A and 71. RGB value is (70,74,113). Sum of RGB (Red+Green+Blue) = 70+74+113=257 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.24% from 257); Green value is 74 (29.30% from 255 or 28.79% from 257); Blue value is 113 (44.53% from 255 or 43.97% from 257); Max value from RGB is 113 - color contains mainly: blue. Hex color #464A71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464A71 is #B9B58E. Grayscale: #4D4D4D. Windows color (decimal): -12170639 or 7424582. OLE color: 7424582.

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

Color convert

RGB 70 74 113 -
CMYK 0.38 0.35 0 0.56
HSL 234.42º 0.23% 0.36% -
HSV(B) 234.42º 0.38% 0.44% -
XYZ 7.96 7.39 16.63 -
YUV 77.25 148.17 122.83 -
System Red Green Blue C M Y K H S L
Decimal 70 74 113 0.38 0.35 0 0.56 234.42 0.23 0.36
Hex 46 4A 71 26 23 0 38 EA 17 24
Octal 106 112 161 46 43 0 70 352 27 44
Binary 1000110 1001010 1110001 100110 100011 0 111000 11101010 10111 100100

Color Harmonies of #464A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464A71

Black with #464A71

Text Example


Text Example

White with #464A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464A71; }

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

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

background-color css

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

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

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

border-color css

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

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

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