Html Css Color HEX #462266 Blue Diamond

📋 copy color: '#462266'

red 70 ◦ green 34 ◦ blue 102

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

Shades of Blue Diamond #462266

Tints of Blue Diamond #462266

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.5%

 BLUE value IS 102 (40.23% from 255) = 49.51%

R = 33.98%
G = 16.5%
B = 49.51%

CMYK

 C value IS 0.31

 M value IS 0.67

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#462266 (or 0x462266) is known color: Blue Diamond. HEX triplet: 46, 22 and 66. RGB value is (70,34,102). Sum of RGB (Red+Green+Blue) = 70+34+102=206 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.98% from 206); Green value is 34 (13.67% from 255 or 16.50% from 206); Blue value is 102 (40.23% from 255 or 49.51% from 206); Max value from RGB is 102 - color contains mainly: blue. Hex color #462266 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462266 is #B9DD99. Grayscale: #343434. Windows color (decimal): -12180890 or 6693446. OLE color: 6693446.

HSL color Cylindrical-coordinate representation of color #462266: hue angle of 271.76º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #462266 is Cyan = 0.31, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 70 34 102 -
CMYK 0.31 0.67 0 0.6
HSL 271.76º 0.5% 0.27% -
HSV(B) 271.76º 0.67% 0.4% -
XYZ 5.5 3.41 12.94 -
YUV 52.52 155.93 140.47 -
System Red Green Blue C M Y K H S L
Decimal 70 34 102 0.31 0.67 0 0.6 271.76 0.5 0.27
Hex 46 22 66 1F 43 0 3C 110 32 1B
Octal 106 42 146 37 103 0 74 420 62 33
Binary 1000110 100010 1100110 11111 1000011 0 111100 100010000 110010 11011

Color Harmonies of #462266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462266

Black with #462266

Text Example


Text Example

White with #462266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462266; }

 p { color: rgb(70,34,102); }

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

background-color css

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

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

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

border-color css

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

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

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