Html Css Color HEX #4A2367 Blue Diamond

📋 copy color: '#4A2367'

red 74 ◦ green 35 ◦ blue 103

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

Shades of Blue Diamond #4A2367

Tints of Blue Diamond #4A2367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 48.58%

R = 34.91%
G = 16.51%
B = 48.58%

CMYK

 C value IS 0.28

 M value IS 0.66

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#4A2367 (or 0x4A2367) is known color: Blue Diamond. HEX triplet: 4A, 23 and 67. RGB value is (74,35,103). Sum of RGB (Red+Green+Blue) = 74+35+103=212 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.91% from 212); Green value is 35 (14.06% from 255 or 16.51% from 212); Blue value is 103 (40.62% from 255 or 48.58% from 212); Max value from RGB is 103 - color contains mainly: blue. Hex color #4A2367 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A2367 is #B5DC98. Grayscale: #363636. Windows color (decimal): -11918489 or 6759242. OLE color: 6759242.

HSL color Cylindrical-coordinate representation of color #4A2367: hue angle of 274.41º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4A2367 is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 74 35 103 -
CMYK 0.28 0.66 0 0.60
HSL 274.41º 0.49% 0.27% -
HSV(B) 274.41º 0.66% 0.4% -
XYZ 5.87 3.64 13.22 -
YUV 54.41 155.42 141.97 -
System Red Green Blue C M Y K H S L
Decimal 74 35 103 0.28 0.66 0 0.60 274.41 0.49 0.27
Hex 4A 23 67 1C 42 0 3C 112 31 1B
Octal 112 43 147 34 102 0 74 422 61 33
Binary 1001010 100011 1100111 11100 1000010 0 111100 100010010 110001 11011

Color Harmonies of #4A2367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A2367

Black with #4A2367

Text Example


Text Example

White with #4A2367

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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