Html Css Color HEX #462B8C Blue Gem

📋 copy color: '#462B8C'

red 70 ◦ green 43 ◦ blue 140

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

Shades of Blue Gem #462B8C

Tints of Blue Gem #462B8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 55.34%

R = 27.67%
G = 17%
B = 55.34%

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

#462B8C (or 0x462B8C) is known color: Blue Gem. HEX triplet: 46, 2B and 8C. RGB value is (70,43,140). Sum of RGB (Red+Green+Blue) = 70+43+140=253 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.67% from 253); Green value is 43 (17.19% from 255 or 17.00% from 253); Blue value is 140 (55.08% from 255 or 55.34% from 253); Max value from RGB is 140 - color contains mainly: blue. Hex color #462B8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462B8C is #B9D473. Grayscale: #3D3D3D. Windows color (decimal): -12178548 or 9186118. OLE color: 9186118.

HSL color Cylindrical-coordinate representation of color #462B8C: hue angle of 256.7º 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 #462B8C is Cyan = 0.50, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 70 43 140 -
CMYK 0.50 0.69 0 0.45
HSL 256.7º 0.53% 0.36% -
HSV(B) 256.7º 0.69% 0.55% -
XYZ 8.12 4.92 25.33 -
YUV 62.13 171.95 133.61 -
System Red Green Blue C M Y K H S L
Decimal 70 43 140 0.50 0.69 0 0.45 256.7 0.53 0.36
Hex 46 2B 8C 32 45 0 2D 101 35 24
Octal 106 53 214 62 105 0 55 401 65 44
Binary 1000110 101011 10001100 110010 1000101 0 101101 100000001 110101 100100

Color Harmonies of #462B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462B8C

Black with #462B8C

Text Example


Text Example

White with #462B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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