Html Css Color HEX #4B187C Blue Diamond

📋 copy color: '#4B187C'

red 75 ◦ green 24 ◦ blue 124

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

Shades of Blue Diamond #4B187C

Tints of Blue Diamond #4B187C

RGB

 RED value IS 75 (29.69% from 255) = 33.63%

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

 BLUE value IS 124 (48.83% from 255) = 55.61%

R = 33.63%
G = 10.76%
B = 55.61%

CMYK

 C value IS 0.40

 M value IS 0.81

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4B187C (or 0x4B187C) is known color: Blue Diamond. HEX triplet: 4B, 18 and 7C. RGB value is (75,24,124). Sum of RGB (Red+Green+Blue) = 75+24+124=223 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.63% from 223); Green value is 24 (9.77% from 255 or 10.76% from 223); Blue value is 124 (48.83% from 255 or 55.61% from 223); Max value from RGB is 124 - color contains mainly: blue. Hex color #4B187C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B187C is #B4E783. Grayscale: #323232. Windows color (decimal): -11855748 or 8132683. OLE color: 8132683.

HSL color Cylindrical-coordinate representation of color #4B187C: hue angle of 270.6º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4B187C is Cyan = 0.40, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 75 24 124 -
CMYK 0.40 0.81 0 0.51
HSL 270.6º 0.68% 0.29% -
HSV(B) 270.6º 0.81% 0.49% -
XYZ 6.87 3.6 19.4 -
YUV 50.65 169.4 145.37 -
System Red Green Blue C M Y K H S L
Decimal 75 24 124 0.40 0.81 0 0.51 270.6 0.68 0.29
Hex 4B 18 7C 28 51 0 33 10F 44 1D
Octal 113 30 174 50 121 0 63 417 104 35
Binary 1001011 11000 1111100 101000 1010001 0 110011 100001111 1000100 11101

Color Harmonies of #4B187C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B187C

Black with #4B187C

Text Example


Text Example

White with #4B187C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,24,124); }

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

background-color css

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

 a { background-color: rgb(75,24,124); }

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

border-color css

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

 span { border-color: rgb(75,24,124); }

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