Html Css Color HEX #462F98 Blue Gem

📋 copy color: '#462F98'

red 70 ◦ green 47 ◦ blue 152

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

Shades of Blue Gem #462F98

Tints of Blue Gem #462F98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 56.51%

R = 26.02%
G = 17.47%
B = 56.51%

CMYK

 C value IS 0.54

 M value IS 0.69

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#462F98 (or 0x462F98) is known color: Blue Gem. HEX triplet: 46, 2F and 98. RGB value is (70,47,152). Sum of RGB (Red+Green+Blue) = 70+47+152=269 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.02% from 269); Green value is 47 (18.75% from 255 or 17.47% from 269); Blue value is 152 (59.77% from 255 or 56.51% from 269); Max value from RGB is 152 - color contains mainly: blue. Hex color #462F98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462F98 is #B9D067. Grayscale: #414141. Windows color (decimal): -12177512 or 9973574. OLE color: 9973574.

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

Color convert

RGB 70 47 152 -
CMYK 0.54 0.69 0 0.40
HSL 253.14º 0.53% 0.39% -
HSV(B) 253.14º 0.69% 0.6% -
XYZ 9.21 5.6 30.3 -
YUV 65.85 176.62 130.96 -
System Red Green Blue C M Y K H S L
Decimal 70 47 152 0.54 0.69 0 0.40 253.14 0.53 0.39
Hex 46 2F 98 36 45 0 28 FD 35 27
Octal 106 57 230 66 105 0 50 375 65 47
Binary 1000110 101111 10011000 110110 1000101 0 101000 11111101 110101 100111

Color Harmonies of #462F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462F98

Black with #462F98

Text Example


Text Example

White with #462F98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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