Html Css Color HEX #4836AF Blue Gem

📋 copy color: '#4836AF'

red 72 ◦ green 54 ◦ blue 175

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

Shades of Blue Gem #4836AF

Tints of Blue Gem #4836AF

RGB

 RED value IS 72 (28.52% from 255) = 23.92%

 GREEN value IS 54 (21.48% from 255) = 17.94%

 BLUE value IS 175 (68.75% from 255) = 58.14%

R = 23.92%
G = 17.94%
B = 58.14%

CMYK

 C value IS 0.59

 M value IS 0.69

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#4836AF (or 0x4836AF) is known color: Blue Gem. HEX triplet: 48, 36 and AF. RGB value is (72,54,175). Sum of RGB (Red+Green+Blue) = 72+54+175=301 (39% of max value = 765). Red value is 72 (28.52% from 255 or 23.92% from 301); Green value is 54 (21.48% from 255 or 17.94% from 301); Blue value is 175 (68.75% from 255 or 58.14% from 301); Max value from RGB is 175 - color contains mainly: blue. Hex color #4836AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4836AF is #B7C950. Grayscale: #484848. Windows color (decimal): -12044625 or 11482696. OLE color: 11482696.

HSL color Cylindrical-coordinate representation of color #4836AF: hue angle of 248.93º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4836AF is Cyan = 0.59, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 72 54 175 -
CMYK 0.59 0.69 0 0.31
HSL 248.93º 0.53% 0.45% -
HSV(B) 248.93º 0.69% 0.69% -
XYZ 11.73 7.11 41.31 -
YUV 73.18 185.46 127.16 -
System Red Green Blue C M Y K H S L
Decimal 72 54 175 0.59 0.69 0 0.31 248.93 0.53 0.45
Hex 48 36 AF 3B 45 0 1F F9 35 2D
Octal 110 66 257 73 105 0 37 371 65 55
Binary 1001000 110110 10101111 111011 1000101 0 11111 11111001 110101 101101

Color Harmonies of #4836AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4836AF

Black with #4836AF

Text Example


Text Example

White with #4836AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4836AF; }

 p { color: rgb(72,54,175); }

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

background-color css

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

 a { background-color: rgb(72,54,175); }

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

border-color css

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

 span { border-color: rgb(72,54,175); }

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