Html Css Color HEX #46416D Corn Flower Blue

📋 copy color: '#46416D'

red 70 ◦ green 65 ◦ blue 109

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

Shades of Corn Flower Blue #46416D

Tints of Corn Flower Blue #46416D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 44.67%

R = 28.69%
G = 26.64%
B = 44.67%

CMYK

 C value IS 0.36

 M value IS 0.40

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#46416D (or 0x46416D) is known color: Corn Flower Blue. HEX triplet: 46, 41 and 6D. RGB value is (70,65,109). Sum of RGB (Red+Green+Blue) = 70+65+109=244 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.69% from 244); Green value is 65 (25.78% from 255 or 26.64% from 244); Blue value is 109 (42.97% from 255 or 44.67% from 244); Max value from RGB is 109 - color contains mainly: blue. Hex color #46416D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46416D is #B9BE92. Grayscale: #474747. Windows color (decimal): -12172947 or 7160134. OLE color: 7160134.

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

Color convert

RGB 70 65 109 -
CMYK 0.36 0.40 0 0.57
HSL 246.82º 0.25% 0.34% -
HSV(B) 246.82º 0.4% 0.43% -
XYZ 7.18 6.19 15.28 -
YUV 71.51 149.16 126.92 -
System Red Green Blue C M Y K H S L
Decimal 70 65 109 0.36 0.40 0 0.57 246.82 0.25 0.34
Hex 46 41 6D 24 28 0 39 F7 19 22
Octal 106 101 155 44 50 0 71 367 31 42
Binary 1000110 1000001 1101101 100100 101000 0 111001 11110111 11001 100010

Color Harmonies of #46416D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46416D

Black with #46416D

Text Example


Text Example

White with #46416D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46416D; }

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

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

background-color css

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

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

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

border-color css

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

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

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