Html Css Color HEX #462566 Blue Diamond

📋 copy color: '#462566'

red 70 ◦ green 37 ◦ blue 102

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

Shades of Blue Diamond #462566

Tints of Blue Diamond #462566

RGB

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

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

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

R = 33.49%
G = 17.7%
B = 48.8%

CMYK

 C value IS 0.31

 M value IS 0.64

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#462566 (or 0x462566) is known color: Blue Diamond. HEX triplet: 46, 25 and 66. RGB value is (70,37,102). Sum of RGB (Red+Green+Blue) = 70+37+102=209 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.49% from 209); Green value is 37 (14.84% from 255 or 17.70% from 209); Blue value is 102 (40.23% from 255 or 48.80% from 209); Max value from RGB is 102 - color contains mainly: blue. Hex color #462566 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462566 is #B9DA99. Grayscale: #363636. Windows color (decimal): -12180122 or 6694214. OLE color: 6694214.

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

Color convert

RGB 70 37 102 -
CMYK 0.31 0.64 0 0.6
HSL 270.46º 0.47% 0.27% -
HSV(B) 270.46º 0.64% 0.4% -
XYZ 5.59 3.58 12.97 -
YUV 54.28 154.93 139.21 -
System Red Green Blue C M Y K H S L
Decimal 70 37 102 0.31 0.64 0 0.6 270.46 0.47 0.27
Hex 46 25 66 1F 40 0 3C 10E 2F 1B
Octal 106 45 146 37 100 0 74 416 57 33
Binary 1000110 100101 1100110 11111 1000000 0 111100 100001110 101111 11011

Color Harmonies of #462566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462566

Black with #462566

Text Example


Text Example

White with #462566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462566; }

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

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

background-color css

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

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

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

border-color css

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

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

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