Html Css Color HEX #464674 Corn Flower Blue

📋 copy color: '#464674'

red 70 ◦ green 70 ◦ blue 116

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

Shades of Corn Flower Blue #464674

Tints of Corn Flower Blue #464674

RGB

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

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

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

R = 27.34%
G = 27.34%
B = 45.31%

CMYK

 C value IS 0.40

 M value IS 0.40

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#464674 (or 0x464674) is known color: Corn Flower Blue. HEX triplet: 46, 46 and 74. RGB value is (70,70,116). Sum of RGB (Red+Green+Blue) = 70+70+116=256 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.34% from 256); Green value is 70 (27.73% from 255 or 27.34% from 256); Blue value is 116 (45.70% from 255 or 45.31% from 256); Max value from RGB is 116 - color contains mainly: blue. Hex color #464674 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464674 is #B9B98B. Grayscale: #4B4B4B. Windows color (decimal): -12171660 or 7620166. OLE color: 7620166.

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

Color convert

RGB 70 70 116 -
CMYK 0.40 0.40 0 0.55
HSL 240º 0.25% 0.36% -
HSV(B) 240º 0.4% 0.45% -
XYZ 7.87 6.94 17.45 -
YUV 75.24 151 124.26 -
System Red Green Blue C M Y K H S L
Decimal 70 70 116 0.40 0.40 0 0.55 240 0.25 0.36
Hex 46 46 74 28 28 0 37 F0 19 24
Octal 106 106 164 50 50 0 67 360 31 44
Binary 1000110 1000110 1110100 101000 101000 0 110111 11110000 11001 100100

Color Harmonies of #464674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464674

Black with #464674

Text Example


Text Example

White with #464674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464674; }

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

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

background-color css

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

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

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

border-color css

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

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

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