Html Css Color HEX #462B9B Blue Gem

📋 copy color: '#462B9B'

red 70 ◦ green 43 ◦ blue 155

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

Shades of Blue Gem #462B9B

Tints of Blue Gem #462B9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 57.84%

R = 26.12%
G = 16.04%
B = 57.84%

CMYK

 C value IS 0.55

 M value IS 0.72

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#462B9B (or 0x462B9B) is known color: Blue Gem. HEX triplet: 46, 2B and 9B. RGB value is (70,43,155). Sum of RGB (Red+Green+Blue) = 70+43+155=268 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.12% from 268); Green value is 43 (17.19% from 255 or 16.04% from 268); Blue value is 155 (60.94% from 255 or 57.84% from 268); Max value from RGB is 155 - color contains mainly: blue. Hex color #462B9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462B9B is #B9D464. Grayscale: #3F3F3F. Windows color (decimal): -12178533 or 10169158. OLE color: 10169158.

HSL color Cylindrical-coordinate representation of color #462B9B: hue angle of 254.46º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #462B9B is Cyan = 0.55, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 70 43 155 -
CMYK 0.55 0.72 0 0.39
HSL 254.46º 0.57% 0.39% -
HSV(B) 254.46º 0.72% 0.61% -
XYZ 9.31 5.4 31.56 -
YUV 63.84 179.45 132.39 -
System Red Green Blue C M Y K H S L
Decimal 70 43 155 0.55 0.72 0 0.39 254.46 0.57 0.39
Hex 46 2B 9B 37 48 0 27 FE 39 27
Octal 106 53 233 67 110 0 47 376 71 47
Binary 1000110 101011 10011011 110111 1001000 0 100111 11111110 111001 100111

Color Harmonies of #462B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462B9B

Black with #462B9B

Text Example


Text Example

White with #462B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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