Html Css Color HEX #4A38A6 Blue Gem

📋 copy color: '#4A38A6'

red 74 ◦ green 56 ◦ blue 166

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

Shades of Blue Gem #4A38A6

Tints of Blue Gem #4A38A6

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.92%

 BLUE value IS 166 (65.23% from 255) = 56.08%

R = 25%
G = 18.92%
B = 56.08%

CMYK

 C value IS 0.55

 M value IS 0.66

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#4A38A6 (or 0x4A38A6) is known color: Blue Gem. HEX triplet: 4A, 38 and A6. RGB value is (74,56,166). Sum of RGB (Red+Green+Blue) = 74+56+166=296 (39% of max value = 765). Red value is 74 (29.30% from 255 or 25% from 296); Green value is 56 (22.27% from 255 or 18.92% from 296); Blue value is 166 (65.23% from 255 or 56.08% from 296); Max value from RGB is 166 - color contains mainly: blue. Hex color #4A38A6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A38A6 is #B5C759. Grayscale: #494949. Windows color (decimal): -11913050 or 10893386. OLE color: 10893386.

HSL color Cylindrical-coordinate representation of color #4A38A6: hue angle of 249.82º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4A38A6 is Cyan = 0.55, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 74 56 166 -
CMYK 0.55 0.66 0 0.35
HSL 249.82º 0.5% 0.44% -
HSV(B) 249.82º 0.66% 0.65% -
XYZ 11.12 7.04 36.85 -
YUV 73.92 179.96 128.06 -
System Red Green Blue C M Y K H S L
Decimal 74 56 166 0.55 0.66 0 0.35 249.82 0.5 0.44
Hex 4A 38 A6 37 42 0 23 FA 32 2C
Octal 112 70 246 67 102 0 43 372 62 54
Binary 1001010 111000 10100110 110111 1000010 0 100011 11111010 110010 101100

Color Harmonies of #4A38A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A38A6

Black with #4A38A6

Text Example


Text Example

White with #4A38A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,56,166); }

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

background-color css

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

 a { background-color: rgb(74,56,166); }

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

border-color css

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

 span { border-color: rgb(74,56,166); }

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