Html Css Color HEX #46256F Blue Diamond

📋 copy color: '#46256F'

red 70 ◦ green 37 ◦ blue 111

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

Shades of Blue Diamond #46256F

Tints of Blue Diamond #46256F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.97%

 BLUE value IS 111 (43.75% from 255) = 50.92%

R = 32.11%
G = 16.97%
B = 50.92%

CMYK

 C value IS 0.37

 M value IS 0.67

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#46256F (or 0x46256F) is known color: Blue Diamond. HEX triplet: 46, 25 and 6F. RGB value is (70,37,111). Sum of RGB (Red+Green+Blue) = 70+37+111=218 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.11% from 218); Green value is 37 (14.84% from 255 or 16.97% from 218); Blue value is 111 (43.75% from 255 or 50.92% from 218); Max value from RGB is 111 - color contains mainly: blue. Hex color #46256F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46256F is #B9DA90. Grayscale: #373737. Windows color (decimal): -12180113 or 7284038. OLE color: 7284038.

HSL color Cylindrical-coordinate representation of color #46256F: hue angle of 266.76º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #46256F is Cyan = 0.37, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 70 37 111 -
CMYK 0.37 0.67 0 0.56
HSL 266.76º 0.5% 0.29% -
HSV(B) 266.76º 0.67% 0.44% -
XYZ 6.06 3.77 15.45 -
YUV 55.3 159.43 138.48 -
System Red Green Blue C M Y K H S L
Decimal 70 37 111 0.37 0.67 0 0.56 266.76 0.5 0.29
Hex 46 25 6F 25 43 0 38 10B 32 1D
Octal 106 45 157 45 103 0 70 413 62 35
Binary 1000110 100101 1101111 100101 1000011 0 111000 100001011 110010 11101

Color Harmonies of #46256F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46256F

Black with #46256F

Text Example


Text Example

White with #46256F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46256F; }

 p { color: rgb(70,37,111); }

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

background-color css

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

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

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

border-color css

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

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

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