Html Css Color HEX #464174 Corn Flower Blue

📋 copy color: '#464174'

red 70 ◦ green 65 ◦ blue 116

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

Shades of Corn Flower Blue #464174

Tints of Corn Flower Blue #464174

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.9%

 BLUE value IS 116 (45.7% from 255) = 46.22%

R = 27.89%
G = 25.9%
B = 46.22%

CMYK

 C value IS 0.40

 M value IS 0.44

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#464174 (or 0x464174) is known color: Corn Flower Blue. HEX triplet: 46, 41 and 74. RGB value is (70,65,116). Sum of RGB (Red+Green+Blue) = 70+65+116=251 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.89% from 251); Green value is 65 (25.78% from 255 or 25.90% from 251); Blue value is 116 (45.70% from 255 or 46.22% from 251); Max value from RGB is 116 - color contains mainly: blue. Hex color #464174 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464174 is #B9BE8B. Grayscale: #484848. Windows color (decimal): -12172940 or 7618886. OLE color: 7618886.

HSL color Cylindrical-coordinate representation of color #464174: hue angle of 245.88º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #464174 is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 70 65 116 -
CMYK 0.40 0.44 0 0.55
HSL 245.88º 0.28% 0.35% -
HSV(B) 245.88º 0.44% 0.45% -
XYZ 7.57 6.34 17.35 -
YUV 72.31 152.66 126.35 -
System Red Green Blue C M Y K H S L
Decimal 70 65 116 0.40 0.44 0 0.55 245.88 0.28 0.35
Hex 46 41 74 28 2C 0 37 F6 1C 23
Octal 106 101 164 50 54 0 67 366 34 43
Binary 1000110 1000001 1110100 101000 101100 0 110111 11110110 11100 100011

Color Harmonies of #464174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464174

Black with #464174

Text Example


Text Example

White with #464174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464174; }

 p { color: rgb(70,65,116); }

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

background-color css

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

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

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

border-color css

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

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

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