Html Css Color HEX #4A306C Blue Diamond

📋 copy color: '#4A306C'

red 74 ◦ green 48 ◦ blue 108

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

Shades of Blue Diamond #4A306C

Tints of Blue Diamond #4A306C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 46.96%

R = 32.17%
G = 20.87%
B = 46.96%

CMYK

 C value IS 0.31

 M value IS 0.56

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4A306C (or 0x4A306C) is known color: Blue Diamond. HEX triplet: 4A, 30 and 6C. RGB value is (74,48,108). Sum of RGB (Red+Green+Blue) = 74+48+108=230 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.17% from 230); Green value is 48 (19.14% from 255 or 20.87% from 230); Blue value is 108 (42.58% from 255 or 46.96% from 230); Max value from RGB is 108 - color contains mainly: blue. Hex color #4A306C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A306C is #B5CF93. Grayscale: #3E3E3E. Windows color (decimal): -11915156 or 7090250. OLE color: 7090250.

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

Color convert

RGB 74 48 108 -
CMYK 0.31 0.56 0 0.58
HSL 266º 0.38% 0.31% -
HSV(B) 266º 0.56% 0.42% -
XYZ 6.59 4.65 14.74 -
YUV 62.61 153.61 136.12 -
System Red Green Blue C M Y K H S L
Decimal 74 48 108 0.31 0.56 0 0.58 266 0.38 0.31
Hex 4A 30 6C 1F 38 0 3A 10A 26 1F
Octal 112 60 154 37 70 0 72 412 46 37
Binary 1001010 110000 1101100 11111 111000 0 111010 100001010 100110 11111

Color Harmonies of #4A306C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A306C

Black with #4A306C

Text Example


Text Example

White with #4A306C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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