Html Css Color HEX #4A3067 Blue Diamond

📋 copy color: '#4A3067'

red 74 ◦ green 48 ◦ blue 103

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

Shades of Blue Diamond #4A3067

Tints of Blue Diamond #4A3067

RGB

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

 GREEN value IS 48 (19.14% from 255) = 21.33%

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

R = 32.89%
G = 21.33%
B = 45.78%

CMYK

 C value IS 0.28

 M value IS 0.53

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#4A3067 (or 0x4A3067) is known color: Blue Diamond. HEX triplet: 4A, 30 and 67. RGB value is (74,48,103). Sum of RGB (Red+Green+Blue) = 74+48+103=225 (29% of max value = 765). Red value is 74 (29.30% from 255 or 32.89% from 225); Green value is 48 (19.14% from 255 or 21.33% from 225); Blue value is 103 (40.62% from 255 or 45.78% from 225); Max value from RGB is 103 - color contains mainly: blue. Hex color #4A3067 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3067 is #B5CF98. Grayscale: #3D3D3D. Windows color (decimal): -11915161 or 6762570. OLE color: 6762570.

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

Color convert

RGB 74 48 103 -
CMYK 0.28 0.53 0 0.60
HSL 268.36º 0.36% 0.3% -
HSV(B) 268.36º 0.53% 0.4% -
XYZ 6.33 4.55 13.38 -
YUV 62.04 151.11 136.53 -
System Red Green Blue C M Y K H S L
Decimal 74 48 103 0.28 0.53 0 0.60 268.36 0.36 0.3
Hex 4A 30 67 1C 35 0 3C 10C 24 1E
Octal 112 60 147 34 65 0 74 414 44 36
Binary 1001010 110000 1100111 11100 110101 0 111100 100001100 100100 11110

Color Harmonies of #4A3067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A3067

Black with #4A3067

Text Example


Text Example

White with #4A3067

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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