Html Css Color HEX #462F62 Blue Diamond

📋 copy color: '#462F62'

red 70 ◦ green 47 ◦ blue 98

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

Shades of Blue Diamond #462F62

Tints of Blue Diamond #462F62

RGB

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

 GREEN value IS 47 (18.75% from 255) = 21.86%

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

R = 32.56%
G = 21.86%
B = 45.58%

CMYK

 C value IS 0.29

 M value IS 0.52

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#462F62 (or 0x462F62) is known color: Blue Diamond. HEX triplet: 46, 2F and 62. RGB value is (70,47,98). Sum of RGB (Red+Green+Blue) = 70+47+98=215 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.56% from 215); Green value is 47 (18.75% from 255 or 21.86% from 215); Blue value is 98 (38.67% from 255 or 45.58% from 215); Max value from RGB is 98 - color contains mainly: blue. Hex color #462F62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462F62 is #B9D09D. Grayscale: #3B3B3B. Windows color (decimal): -12177566 or 6434630. OLE color: 6434630.

HSL color Cylindrical-coordinate representation of color #462F62: hue angle of 267.06º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #462F62 is Cyan = 0.29, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 70 47 98 -
CMYK 0.29 0.52 0 0.62
HSL 267.06º 0.35% 0.28% -
HSV(B) 267.06º 0.52% 0.38% -
XYZ 5.75 4.22 12.07 -
YUV 59.69 149.62 135.35 -
System Red Green Blue C M Y K H S L
Decimal 70 47 98 0.29 0.52 0 0.62 267.06 0.35 0.28
Hex 46 2F 62 1D 34 0 3E 10B 23 1C
Octal 106 57 142 35 64 0 76 413 43 34
Binary 1000110 101111 1100010 11101 110100 0 111110 100001011 100011 11100

Color Harmonies of #462F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462F62

Black with #462F62

Text Example


Text Example

White with #462F62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462F62; }

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

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

background-color css

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

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

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

border-color css

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

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

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