Html Css Color HEX #4C3462 Blue Diamond

📋 copy color: '#4C3462'

red 76 ◦ green 52 ◦ blue 98

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

Shades of Blue Diamond #4C3462

Tints of Blue Diamond #4C3462

RGB

 RED value IS 76 (30.08% from 255) = 33.63%

 GREEN value IS 52 (20.7% from 255) = 23.01%

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

R = 33.63%
G = 23.01%
B = 43.36%

CMYK

 C value IS 0.22

 M value IS 0.47

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4C3462 (or 0x4C3462) is known color: Blue Diamond. HEX triplet: 4C, 34 and 62. RGB value is (76,52,98). Sum of RGB (Red+Green+Blue) = 76+52+98=226 (29% of max value = 765). Red value is 76 (30.08% from 255 or 33.63% from 226); Green value is 52 (20.70% from 255 or 23.01% from 226); Blue value is 98 (38.67% from 255 or 43.36% from 226); Max value from RGB is 98 - color contains mainly: blue. Hex color #4C3462 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3462 is #B3CB9D. Grayscale: #404040. Windows color (decimal): -11783070 or 6435916. OLE color: 6435916.

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

Color convert

RGB 76 52 98 -
CMYK 0.22 0.47 0 0.62
HSL 271.3º 0.31% 0.29% -
HSV(B) 271.3º 0.47% 0.38% -
XYZ 6.41 4.87 12.16 -
YUV 64.42 146.95 136.26 -
System Red Green Blue C M Y K H S L
Decimal 76 52 98 0.22 0.47 0 0.62 271.3 0.31 0.29
Hex 4C 34 62 16 2F 0 3E 10F 1F 1D
Octal 114 64 142 26 57 0 76 417 37 35
Binary 1001100 110100 1100010 10110 101111 0 111110 100001111 11111 11101

Color Harmonies of #4C3462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3462

Black with #4C3462

Text Example


Text Example

White with #4C3462

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,52,98); }

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

background-color css

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

 a { background-color: rgb(76,52,98); }

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

border-color css

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

 span { border-color: rgb(76,52,98); }

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