Html Css Color HEX #493CB4 Rich Blue

📋 copy color: '#493CB4'

red 73 ◦ green 60 ◦ blue 180

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

Shades of Rich Blue #493CB4

Tints of Rich Blue #493CB4

RGB

 RED value IS 73 (28.91% from 255) = 23.32%

 GREEN value IS 60 (23.83% from 255) = 19.17%

 BLUE value IS 180 (70.7% from 255) = 57.51%

R = 23.32%
G = 19.17%
B = 57.51%

CMYK

 C value IS 0.59

 M value IS 0.67

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#493CB4 (or 0x493CB4) is known color: Rich Blue. HEX triplet: 49, 3C and B4. RGB value is (73,60,180). Sum of RGB (Red+Green+Blue) = 73+60+180=313 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.32% from 313); Green value is 60 (23.83% from 255 or 19.17% from 313); Blue value is 180 (70.70% from 255 or 57.51% from 313); Max value from RGB is 180 - color contains mainly: blue. Hex color #493CB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #493CB4 is #B6C34B. Grayscale: #4D4D4D. Windows color (decimal): -11977548 or 11811913. OLE color: 11811913.

HSL color Cylindrical-coordinate representation of color #493CB4: hue angle of 246.5º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #493CB4 is Cyan = 0.59, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 73 60 180 -
CMYK 0.59 0.67 0 0.29
HSL 246.5º 0.5% 0.47% -
HSV(B) 246.5º 0.67% 0.71% -
XYZ 12.6 7.94 44.05 -
YUV 77.57 185.81 124.74 -
System Red Green Blue C M Y K H S L
Decimal 73 60 180 0.59 0.67 0 0.29 246.5 0.5 0.47
Hex 49 3C B4 3B 43 0 1D F6 32 2F
Octal 111 74 264 73 103 0 35 366 62 57
Binary 1001001 111100 10110100 111011 1000011 0 11101 11110110 110010 101111

Color Harmonies of #493CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493CB4

Black with #493CB4

Text Example


Text Example

White with #493CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493CB4; }

 p { color: rgb(73,60,180); }

 H1.HeaderClassName
 {
   color: #493CB4;
 }
 .AnyTagClassName
 {
   color: #493CB4;
 }
</style>

background-color css

<style>
 a { background-color: #493CB4; }

 a { background-color: rgb(73,60,180); }

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

border-color css

<style>
 span { border-color: #493CB4; }

 span { border-color: rgb(73,60,180); }

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