Html Css Color HEX #4B187B Blue Diamond

📋 copy color: '#4B187B'

red 75 ◦ green 24 ◦ blue 123

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

Shades of Blue Diamond #4B187B

Tints of Blue Diamond #4B187B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 55.41%

R = 33.78%
G = 10.81%
B = 55.41%

CMYK

 C value IS 0.39

 M value IS 0.80

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#4B187B (or 0x4B187B) is known color: Blue Diamond. HEX triplet: 4B, 18 and 7B. RGB value is (75,24,123). Sum of RGB (Red+Green+Blue) = 75+24+123=222 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.78% from 222); Green value is 24 (9.77% from 255 or 10.81% from 222); Blue value is 123 (48.44% from 255 or 55.41% from 222); Max value from RGB is 123 - color contains mainly: blue. Hex color #4B187B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B187B is #B4E784. Grayscale: #323232. Windows color (decimal): -11855749 or 8067147. OLE color: 8067147.

HSL color Cylindrical-coordinate representation of color #4B187B: hue angle of 270.91º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4B187B is Cyan = 0.39, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 75 24 123 -
CMYK 0.39 0.80 0 0.52
HSL 270.91º 0.67% 0.29% -
HSV(B) 270.91º 0.8% 0.48% -
XYZ 6.8 3.58 19.07 -
YUV 50.54 168.9 145.45 -
System Red Green Blue C M Y K H S L
Decimal 75 24 123 0.39 0.80 0 0.52 270.91 0.67 0.29
Hex 4B 18 7B 27 50 0 34 10F 43 1D
Octal 113 30 173 47 120 0 64 417 103 35
Binary 1001011 11000 1111011 100111 1010000 0 110100 100001111 1000011 11101

Color Harmonies of #4B187B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B187B

Black with #4B187B

Text Example


Text Example

White with #4B187B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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