Html Css Color HEX #462B8B Blue Gem

📋 copy color: '#462B8B'

red 70 ◦ green 43 ◦ blue 139

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

Shades of Blue Gem #462B8B

Tints of Blue Gem #462B8B

RGB

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

 GREEN value IS 43 (17.19% from 255) = 17.06%

 BLUE value IS 139 (54.69% from 255) = 55.16%

R = 27.78%
G = 17.06%
B = 55.16%

CMYK

 C value IS 0.50

 M value IS 0.69

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#462B8B (or 0x462B8B) is known color: Blue Gem. HEX triplet: 46, 2B and 8B. RGB value is (70,43,139). Sum of RGB (Red+Green+Blue) = 70+43+139=252 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.78% from 252); Green value is 43 (17.19% from 255 or 17.06% from 252); Blue value is 139 (54.69% from 255 or 55.16% from 252); Max value from RGB is 139 - color contains mainly: blue. Hex color #462B8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462B8B is #B9D474. Grayscale: #3D3D3D. Windows color (decimal): -12178549 or 9120582. OLE color: 9120582.

HSL color Cylindrical-coordinate representation of color #462B8B: hue angle of 256.88º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #462B8B is Cyan = 0.50, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 70 43 139 -
CMYK 0.50 0.69 0 0.45
HSL 256.88º 0.53% 0.36% -
HSV(B) 256.88º 0.69% 0.55% -
XYZ 8.05 4.89 24.95 -
YUV 62.02 171.45 133.69 -
System Red Green Blue C M Y K H S L
Decimal 70 43 139 0.50 0.69 0 0.45 256.88 0.53 0.36
Hex 46 2B 8B 32 45 0 2D 101 35 24
Octal 106 53 213 62 105 0 55 401 65 44
Binary 1000110 101011 10001011 110010 1000101 0 101101 100000001 110101 100100

Color Harmonies of #462B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462B8B

Black with #462B8B

Text Example


Text Example

White with #462B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,43,139); }

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

background-color css

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

 a { background-color: rgb(70,43,139); }

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

border-color css

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

 span { border-color: rgb(70,43,139); }

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