Html Css Color HEX #4A3BAF Blue Gem

📋 copy color: '#4A3BAF'

red 74 ◦ green 59 ◦ blue 175

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

Shades of Blue Gem #4A3BAF

Tints of Blue Gem #4A3BAF

RGB

 RED value IS 74 (29.3% from 255) = 24.03%

 GREEN value IS 59 (23.44% from 255) = 19.16%

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

R = 24.03%
G = 19.16%
B = 56.82%

CMYK

 C value IS 0.58

 M value IS 0.66

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#4A3BAF (or 0x4A3BAF) is known color: Blue Gem. HEX triplet: 4A, 3B and AF. RGB value is (74,59,175). Sum of RGB (Red+Green+Blue) = 74+59+175=308 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.03% from 308); Green value is 59 (23.44% from 255 or 19.16% from 308); Blue value is 175 (68.75% from 255 or 56.82% from 308); Max value from RGB is 175 - color contains mainly: blue. Hex color #4A3BAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A3BAF is #B5C450. Grayscale: #4C4C4C. Windows color (decimal): -11912273 or 11483978. OLE color: 11483978.

HSL color Cylindrical-coordinate representation of color #4A3BAF: hue angle of 247.76º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4A3BAF is Cyan = 0.58, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 74 59 175 -
CMYK 0.58 0.66 0 0.31
HSL 247.76º 0.5% 0.46% -
HSV(B) 247.76º 0.66% 0.69% -
XYZ 12.13 7.68 41.4 -
YUV 76.71 183.47 126.07 -
System Red Green Blue C M Y K H S L
Decimal 74 59 175 0.58 0.66 0 0.31 247.76 0.5 0.46
Hex 4A 3B AF 3A 42 0 1F F8 32 2E
Octal 112 73 257 72 102 0 37 370 62 56
Binary 1001010 111011 10101111 111010 1000010 0 11111 11111000 110010 101110

Color Harmonies of #4A3BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A3BAF

Black with #4A3BAF

Text Example


Text Example

White with #4A3BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A3BAF; }

 p { color: rgb(74,59,175); }

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

background-color css

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

 a { background-color: rgb(74,59,175); }

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

border-color css

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

 span { border-color: rgb(74,59,175); }

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