Html Css Color HEX #462165 Blue Diamond

📋 copy color: '#462165'

red 70 ◦ green 33 ◦ blue 101

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

Shades of Blue Diamond #462165

Tints of Blue Diamond #462165

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.18%

 BLUE value IS 101 (39.84% from 255) = 49.51%

R = 34.31%
G = 16.18%
B = 49.51%

CMYK

 C value IS 0.31

 M value IS 0.67

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#462165 (or 0x462165) is known color: Blue Diamond. HEX triplet: 46, 21 and 65. RGB value is (70,33,101). Sum of RGB (Red+Green+Blue) = 70+33+101=204 (27% of max value = 765). Red value is 70 (27.73% from 255 or 34.31% from 204); Green value is 33 (13.28% from 255 or 16.18% from 204); Blue value is 101 (39.84% from 255 or 49.51% from 204); Max value from RGB is 101 - color contains mainly: blue. Hex color #462165 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462165 is #B9DE9A. Grayscale: #333333. Windows color (decimal): -12181147 or 6627654. OLE color: 6627654.

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

Color convert

RGB 70 33 101 -
CMYK 0.31 0.67 0 0.60
HSL 272.65º 0.51% 0.26% -
HSV(B) 272.65º 0.67% 0.4% -
XYZ 5.42 3.33 12.67 -
YUV 51.82 155.76 140.97 -
System Red Green Blue C M Y K H S L
Decimal 70 33 101 0.31 0.67 0 0.60 272.65 0.51 0.26
Hex 46 21 65 1F 43 0 3C 111 33 1A
Octal 106 41 145 37 103 0 74 421 63 32
Binary 1000110 100001 1100101 11111 1000011 0 111100 100010001 110011 11010

Color Harmonies of #462165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462165

Black with #462165

Text Example


Text Example

White with #462165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462165; }

 p { color: rgb(70,33,101); }

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

background-color css

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

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

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

border-color css

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

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

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