Html Css Color HEX #462F89 Blue Gem

📋 copy color: '#462F89'

red 70 ◦ green 47 ◦ blue 137

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

Shades of Blue Gem #462F89

Tints of Blue Gem #462F89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 53.94%

R = 27.56%
G = 18.5%
B = 53.94%

CMYK

 C value IS 0.49

 M value IS 0.66

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#462F89 (or 0x462F89) is known color: Blue Gem. HEX triplet: 46, 2F and 89. RGB value is (70,47,137). Sum of RGB (Red+Green+Blue) = 70+47+137=254 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.56% from 254); Green value is 47 (18.75% from 255 or 18.50% from 254); Blue value is 137 (53.91% from 255 or 53.94% from 254); Max value from RGB is 137 - color contains mainly: blue. Hex color #462F89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462F89 is #B9D076. Grayscale: #3F3F3F. Windows color (decimal): -12177527 or 8990534. OLE color: 8990534.

HSL color Cylindrical-coordinate representation of color #462F89: hue angle of 255.33º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #462F89 is Cyan = 0.49, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 70 47 137 -
CMYK 0.49 0.66 0 0.46
HSL 255.33º 0.49% 0.36% -
HSV(B) 255.33º 0.66% 0.54% -
XYZ 8.06 5.14 24.23 -
YUV 64.14 169.12 132.18 -
System Red Green Blue C M Y K H S L
Decimal 70 47 137 0.49 0.66 0 0.46 255.33 0.49 0.36
Hex 46 2F 89 31 42 0 2E FF 31 24
Octal 106 57 211 61 102 0 56 377 61 44
Binary 1000110 101111 10001001 110001 1000010 0 101110 11111111 110001 100100

Color Harmonies of #462F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462F89

Black with #462F89

Text Example


Text Example

White with #462F89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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