Html Css Color HEX #462F99 Blue Gem

📋 copy color: '#462F99'

red 70 ◦ green 47 ◦ blue 153

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

Shades of Blue Gem #462F99

Tints of Blue Gem #462F99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 56.67%

R = 25.93%
G = 17.41%
B = 56.67%

CMYK

 C value IS 0.54

 M value IS 0.69

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#462F99 (or 0x462F99) is known color: Blue Gem. HEX triplet: 46, 2F and 99. RGB value is (70,47,153). Sum of RGB (Red+Green+Blue) = 70+47+153=270 (35% of max value = 765). Red value is 70 (27.73% from 255 or 25.93% from 270); Green value is 47 (18.75% from 255 or 17.41% from 270); Blue value is 153 (60.16% from 255 or 56.67% from 270); Max value from RGB is 153 - color contains mainly: blue. Hex color #462F99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462F99 is #B9D066. Grayscale: #414141. Windows color (decimal): -12177511 or 10039110. OLE color: 10039110.

HSL color Cylindrical-coordinate representation of color #462F99: hue angle of 253.02º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #462F99 is Cyan = 0.54, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 70 47 153 -
CMYK 0.54 0.69 0 0.4
HSL 253.02º 0.53% 0.39% -
HSV(B) 253.02º 0.69% 0.6% -
XYZ 9.29 5.64 30.73 -
YUV 65.96 177.12 130.88 -
System Red Green Blue C M Y K H S L
Decimal 70 47 153 0.54 0.69 0 0.4 253.02 0.53 0.39
Hex 46 2F 99 36 45 0 28 FD 35 27
Octal 106 57 231 66 105 0 50 375 65 47
Binary 1000110 101111 10011001 110110 1000101 0 101000 11111101 110101 100111

Color Harmonies of #462F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462F99

Black with #462F99

Text Example


Text Example

White with #462F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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