Html Css Color HEX #462692 Blue Gem

📋 copy color: '#462692'

red 70 ◦ green 38 ◦ blue 146

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

Shades of Blue Gem #462692

Tints of Blue Gem #462692

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.96%

 BLUE value IS 146 (57.42% from 255) = 57.48%

R = 27.56%
G = 14.96%
B = 57.48%

CMYK

 C value IS 0.52

 M value IS 0.74

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#462692 (or 0x462692) is known color: Blue Gem. HEX triplet: 46, 26 and 92. RGB value is (70,38,146). Sum of RGB (Red+Green+Blue) = 70+38+146=254 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.56% from 254); Green value is 38 (15.23% from 255 or 14.96% from 254); Blue value is 146 (57.42% from 255 or 57.48% from 254); Max value from RGB is 146 - color contains mainly: blue. Hex color #462692 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462692 is #B9D96D. Grayscale: #3B3B3B. Windows color (decimal): -12179822 or 9578054. OLE color: 9578054.

HSL color Cylindrical-coordinate representation of color #462692: hue angle of 257.78º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #462692 is Cyan = 0.52, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 70 38 146 -
CMYK 0.52 0.74 0 0.43
HSL 257.78º 0.59% 0.36% -
HSV(B) 257.78º 0.74% 0.57% -
XYZ 8.41 4.76 27.67 -
YUV 59.88 176.6 135.22 -
System Red Green Blue C M Y K H S L
Decimal 70 38 146 0.52 0.74 0 0.43 257.78 0.59 0.36
Hex 46 26 92 34 4A 0 2B 102 3B 24
Octal 106 46 222 64 112 0 53 402 73 44
Binary 1000110 100110 10010010 110100 1001010 0 101011 100000010 111011 100100

Color Harmonies of #462692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462692

Black with #462692

Text Example


Text Example

White with #462692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462692; }

 p { color: rgb(70,38,146); }

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

background-color css

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

 a { background-color: rgb(70,38,146); }

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

border-color css

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

 span { border-color: rgb(70,38,146); }

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