Html Css Color HEX #46466A Corn Flower Blue

📋 copy color: '#46466A'

red 70 ◦ green 70 ◦ blue 106

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

Shades of Corn Flower Blue #46466A

Tints of Corn Flower Blue #46466A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 43.09%

R = 28.46%
G = 28.46%
B = 43.09%

CMYK

 C value IS 0.34

 M value IS 0.34

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#46466A (or 0x46466A) is known color: Corn Flower Blue. HEX triplet: 46, 46 and 6A. RGB value is (70,70,106). Sum of RGB (Red+Green+Blue) = 70+70+106=246 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.46% from 246); Green value is 70 (27.73% from 255 or 28.46% from 246); Blue value is 106 (41.80% from 255 or 43.09% from 246); Max value from RGB is 106 - color contains mainly: blue. Hex color #46466A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46466A is #B9B995. Grayscale: #494949. Windows color (decimal): -12171670 or 6964806. OLE color: 6964806.

HSL color Cylindrical-coordinate representation of color #46466A: hue angle of 240º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #46466A is Cyan = 0.34, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 70 70 106 -
CMYK 0.34 0.34 0 0.58
HSL 240º 0.2% 0.35% -
HSV(B) 240º 0.34% 0.42% -
XYZ 7.32 6.72 14.55 -
YUV 74.1 146 125.07 -
System Red Green Blue C M Y K H S L
Decimal 70 70 106 0.34 0.34 0 0.58 240 0.2 0.35
Hex 46 46 6A 22 22 0 3A F0 14 23
Octal 106 106 152 42 42 0 72 360 24 43
Binary 1000110 1000110 1101010 100010 100010 0 111010 11110000 10100 100011

Color Harmonies of #46466A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46466A

Black with #46466A

Text Example


Text Example

White with #46466A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46466A; }

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

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

background-color css

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

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

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

border-color css

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

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

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