Html Css Color HEX #4A236B Blue Diamond

📋 copy color: '#4A236B'

red 74 ◦ green 35 ◦ blue 107

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

Shades of Blue Diamond #4A236B

Tints of Blue Diamond #4A236B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.2%

 BLUE value IS 107 (42.19% from 255) = 49.54%

R = 34.26%
G = 16.2%
B = 49.54%

CMYK

 C value IS 0.31

 M value IS 0.67

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4A236B (or 0x4A236B) is known color: Blue Diamond. HEX triplet: 4A, 23 and 6B. RGB value is (74,35,107). Sum of RGB (Red+Green+Blue) = 74+35+107=216 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.26% from 216); Green value is 35 (14.06% from 255 or 16.20% from 216); Blue value is 107 (42.19% from 255 or 49.54% from 216); Max value from RGB is 107 - color contains mainly: blue. Hex color #4A236B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A236B is #B5DC94. Grayscale: #363636. Windows color (decimal): -11918485 or 7021386. OLE color: 7021386.

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

Color convert

RGB 74 35 107 -
CMYK 0.31 0.67 0 0.58
HSL 272.5º 0.51% 0.28% -
HSV(B) 272.5º 0.67% 0.42% -
XYZ 6.08 3.72 14.31 -
YUV 54.87 157.42 141.65 -
System Red Green Blue C M Y K H S L
Decimal 74 35 107 0.31 0.67 0 0.58 272.5 0.51 0.28
Hex 4A 23 6B 1F 43 0 3A 110 33 1C
Octal 112 43 153 37 103 0 72 420 63 34
Binary 1001010 100011 1101011 11111 1000011 0 111010 100010000 110011 11100

Color Harmonies of #4A236B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A236B

Black with #4A236B

Text Example


Text Example

White with #4A236B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,35,107); }

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

background-color css

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

 a { background-color: rgb(74,35,107); }

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

border-color css

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

 span { border-color: rgb(74,35,107); }

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