Html Css Color HEX #4B187E Blue Diamond

📋 copy color: '#4B187E'

red 75 ◦ green 24 ◦ blue 126

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

Shades of Blue Diamond #4B187E

Tints of Blue Diamond #4B187E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 56%

R = 33.33%
G = 10.67%
B = 56%

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

#4B187E (or 0x4B187E) is known color: Blue Diamond. HEX triplet: 4B, 18 and 7E. RGB value is (75,24,126). Sum of RGB (Red+Green+Blue) = 75+24+126=225 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.33% from 225); Green value is 24 (9.77% from 255 or 10.67% from 225); Blue value is 126 (49.61% from 255 or 56% from 225); Max value from RGB is 126 - color contains mainly: blue. Hex color #4B187E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B187E is #B4E781. Grayscale: #323232. Windows color (decimal): -11855746 or 8263755. OLE color: 8263755.

HSL color Cylindrical-coordinate representation of color #4B187E: hue angle of 270º 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 #4B187E is Cyan = 0.40, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 75 24 126 -
CMYK 0.40 0.81 0 0.51
HSL 270º 0.68% 0.29% -
HSV(B) 270º 0.81% 0.49% -
XYZ 6.99 3.66 20.08 -
YUV 50.88 170.4 145.21 -
System Red Green Blue C M Y K H S L
Decimal 75 24 126 0.40 0.81 0 0.51 270 0.68 0.29
Hex 4B 18 7E 28 51 0 33 10E 44 1D
Octal 113 30 176 50 121 0 63 416 104 35
Binary 1001011 11000 1111110 101000 1010001 0 110011 100001110 1000100 11101

Color Harmonies of #4B187E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B187E

Black with #4B187E

Text Example


Text Example

White with #4B187E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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