Html Css Color HEX #4A3062 Blue Diamond

📋 copy color: '#4A3062'

red 74 ◦ green 48 ◦ blue 98

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

Shades of Blue Diamond #4A3062

Tints of Blue Diamond #4A3062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 44.55%

R = 33.64%
G = 21.82%
B = 44.55%

CMYK

 C value IS 0.24

 M value IS 0.51

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4A3062 (or 0x4A3062) is known color: Blue Diamond. HEX triplet: 4A, 30 and 62. RGB value is (74,48,98). Sum of RGB (Red+Green+Blue) = 74+48+98=220 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.64% from 220); Green value is 48 (19.14% from 255 or 21.82% from 220); Blue value is 98 (38.67% from 255 or 44.55% from 220); Max value from RGB is 98 - color contains mainly: blue. Hex color #4A3062 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3062 is #B5CF9D. Grayscale: #3D3D3D. Windows color (decimal): -11915166 or 6434890. OLE color: 6434890.

HSL color Cylindrical-coordinate representation of color #4A3062: hue angle of 271.2º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4A3062 is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 74 48 98 -
CMYK 0.24 0.51 0 0.62
HSL 271.2º 0.34% 0.29% -
HSV(B) 271.2º 0.51% 0.38% -
XYZ 6.09 4.45 12.09 -
YUV 61.47 148.61 136.93 -
System Red Green Blue C M Y K H S L
Decimal 74 48 98 0.24 0.51 0 0.62 271.2 0.34 0.29
Hex 4A 30 62 18 33 0 3E 10F 22 1D
Octal 112 60 142 30 63 0 76 417 42 35
Binary 1001010 110000 1100010 11000 110011 0 111110 100001111 100010 11101

Color Harmonies of #4A3062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A3062

Black with #4A3062

Text Example


Text Example

White with #4A3062

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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