Html Css Color HEX #4A1875 Blue Diamond

📋 copy color: '#4A1875'

red 74 ◦ green 24 ◦ blue 117

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

Shades of Blue Diamond #4A1875

Tints of Blue Diamond #4A1875

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.16%

 BLUE value IS 117 (46.09% from 255) = 54.42%

R = 34.42%
G = 11.16%
B = 54.42%

CMYK

 C value IS 0.37

 M value IS 0.79

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#4A1875 (or 0x4A1875) is known color: Blue Diamond. HEX triplet: 4A, 18 and 75. RGB value is (74,24,117). Sum of RGB (Red+Green+Blue) = 74+24+117=215 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.42% from 215); Green value is 24 (9.77% from 255 or 11.16% from 215); Blue value is 117 (46.09% from 255 or 54.42% from 215); Max value from RGB is 117 - color contains mainly: blue. Hex color #4A1875 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A1875 is #B5E78A. Grayscale: #313131. Windows color (decimal): -11921291 or 7673930. OLE color: 7673930.

HSL color Cylindrical-coordinate representation of color #4A1875: hue angle of 272.26º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4A1875 is Cyan = 0.37, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 74 24 117 -
CMYK 0.37 0.79 0 0.54
HSL 272.26º 0.66% 0.28% -
HSV(B) 272.26º 0.79% 0.46% -
XYZ 6.36 3.39 17.15 -
YUV 49.55 166.07 145.44 -
System Red Green Blue C M Y K H S L
Decimal 74 24 117 0.37 0.79 0 0.54 272.26 0.66 0.28
Hex 4A 18 75 25 4F 0 36 110 42 1C
Octal 112 30 165 45 117 0 66 420 102 34
Binary 1001010 11000 1110101 100101 1001111 0 110110 100010000 1000010 11100

Color Harmonies of #4A1875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A1875

Black with #4A1875

Text Example


Text Example

White with #4A1875

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,24,117); }

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

background-color css

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

 a { background-color: rgb(74,24,117); }

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

border-color css

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

 span { border-color: rgb(74,24,117); }

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