Html Css Color HEX #462962 Blue Diamond

📋 copy color: '#462962'

red 70 ◦ green 41 ◦ blue 98

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

Shades of Blue Diamond #462962

Tints of Blue Diamond #462962

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.62%

 BLUE value IS 98 (38.67% from 255) = 46.89%

R = 33.49%
G = 19.62%
B = 46.89%

CMYK

 C value IS 0.29

 M value IS 0.58

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#462962 (or 0x462962) is known color: Blue Diamond. HEX triplet: 46, 29 and 62. RGB value is (70,41,98). Sum of RGB (Red+Green+Blue) = 70+41+98=209 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.49% from 209); Green value is 41 (16.41% from 255 or 19.62% from 209); Blue value is 98 (38.67% from 255 or 46.89% from 209); Max value from RGB is 98 - color contains mainly: blue. Hex color #462962 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462962 is #B9D69D. Grayscale: #373737. Windows color (decimal): -12179102 or 6433094. OLE color: 6433094.

HSL color Cylindrical-coordinate representation of color #462962: hue angle of 270.53º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #462962 is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 70 41 98 -
CMYK 0.29 0.58 0 0.62
HSL 270.53º 0.41% 0.27% -
HSV(B) 270.53º 0.58% 0.38% -
XYZ 5.52 3.77 11.99 -
YUV 56.17 151.61 137.87 -
System Red Green Blue C M Y K H S L
Decimal 70 41 98 0.29 0.58 0 0.62 270.53 0.41 0.27
Hex 46 29 62 1D 3A 0 3E 10F 29 1B
Octal 106 51 142 35 72 0 76 417 51 33
Binary 1000110 101001 1100010 11101 111010 0 111110 100001111 101001 11011

Color Harmonies of #462962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462962

Black with #462962

Text Example


Text Example

White with #462962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462962; }

 p { color: rgb(70,41,98); }

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

background-color css

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

 a { background-color: rgb(70,41,98); }

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

border-color css

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

 span { border-color: rgb(70,41,98); }

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