Html Css Color HEX #462766 Blue Diamond

📋 copy color: '#462766'

red 70 ◦ green 39 ◦ blue 102

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

Shades of Blue Diamond #462766

Tints of Blue Diamond #462766

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.48%

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

R = 33.18%
G = 18.48%
B = 48.34%

CMYK

 C value IS 0.31

 M value IS 0.62

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#462766 (or 0x462766) is known color: Blue Diamond. HEX triplet: 46, 27 and 66. RGB value is (70,39,102). Sum of RGB (Red+Green+Blue) = 70+39+102=211 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.18% from 211); Green value is 39 (15.62% from 255 or 18.48% from 211); Blue value is 102 (40.23% from 255 or 48.34% from 211); Max value from RGB is 102 - color contains mainly: blue. Hex color #462766 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462766 is #B9D899. Grayscale: #373737. Windows color (decimal): -12179610 or 6694726. OLE color: 6694726.

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

Color convert

RGB 70 39 102 -
CMYK 0.31 0.62 0 0.6
HSL 269.52º 0.45% 0.28% -
HSV(B) 269.52º 0.62% 0.4% -
XYZ 5.65 3.71 12.99 -
YUV 55.45 154.27 138.38 -
System Red Green Blue C M Y K H S L
Decimal 70 39 102 0.31 0.62 0 0.6 269.52 0.45 0.28
Hex 46 27 66 1F 3E 0 3C 10E 2D 1C
Octal 106 47 146 37 76 0 74 416 55 34
Binary 1000110 100111 1100110 11111 111110 0 111100 100001110 101101 11100

Color Harmonies of #462766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462766

Black with #462766

Text Example


Text Example

White with #462766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462766; }

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

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

background-color css

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

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

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

border-color css

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

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

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