Html Css Color HEX #4B266A Blue Diamond

📋 copy color: '#4B266A'

red 75 ◦ green 38 ◦ blue 106

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

Shades of Blue Diamond #4B266A

Tints of Blue Diamond #4B266A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.35%

 BLUE value IS 106 (41.8% from 255) = 48.4%

R = 34.25%
G = 17.35%
B = 48.4%

CMYK

 C value IS 0.29

 M value IS 0.64

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4B266A (or 0x4B266A) is known color: Blue Diamond. HEX triplet: 4B, 26 and 6A. RGB value is (75,38,106). Sum of RGB (Red+Green+Blue) = 75+38+106=219 (29% of max value = 765). Red value is 75 (29.69% from 255 or 34.25% from 219); Green value is 38 (15.23% from 255 or 17.35% from 219); Blue value is 106 (41.80% from 255 or 48.40% from 219); Max value from RGB is 106 - color contains mainly: blue. Hex color #4B266A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B266A is #B4D995. Grayscale: #383838. Windows color (decimal): -11852182 or 6956619. OLE color: 6956619.

HSL color Cylindrical-coordinate representation of color #4B266A: hue angle of 272.65º degrees, saturation: 0.47, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4B266A is Cyan = 0.29, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 75 38 106 -
CMYK 0.29 0.64 0 0.58
HSL 272.65º 0.47% 0.28% -
HSV(B) 272.65º 0.64% 0.42% -
XYZ 6.2 3.92 14.07 -
YUV 56.82 155.76 140.97 -
System Red Green Blue C M Y K H S L
Decimal 75 38 106 0.29 0.64 0 0.58 272.65 0.47 0.28
Hex 4B 26 6A 1D 40 0 3A 111 2F 1C
Octal 113 46 152 35 100 0 72 421 57 34
Binary 1001011 100110 1101010 11101 1000000 0 111010 100010001 101111 11100

Color Harmonies of #4B266A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B266A

Black with #4B266A

Text Example


Text Example

White with #4B266A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,38,106); }

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

background-color css

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

 a { background-color: rgb(75,38,106); }

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

border-color css

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

 span { border-color: rgb(75,38,106); }

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