Html Css Color HEX #463CB5 Rich Blue

📋 copy color: '#463CB5'

red 70 ◦ green 60 ◦ blue 181

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

Shades of Rich Blue #463CB5

Tints of Rich Blue #463CB5

RGB

 RED value IS 70 (27.73% from 255) = 22.51%

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

 BLUE value IS 181 (71.09% from 255) = 58.2%

R = 22.51%
G = 19.29%
B = 58.2%

CMYK

 C value IS 0.61

 M value IS 0.67

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#463CB5 (or 0x463CB5) is known color: Rich Blue. HEX triplet: 46, 3C and B5. RGB value is (70,60,181). Sum of RGB (Red+Green+Blue) = 70+60+181=311 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.51% from 311); Green value is 60 (23.83% from 255 or 19.29% from 311); Blue value is 181 (71.09% from 255 or 58.20% from 311); Max value from RGB is 181 - color contains mainly: blue. Hex color #463CB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #463CB5 is #B9C34A. Grayscale: #4C4C4C. Windows color (decimal): -12174155 or 11877446. OLE color: 11877446.

HSL color Cylindrical-coordinate representation of color #463CB5: hue angle of 244.96º 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 #463CB5 is Cyan = 0.61, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 70 60 181 -
CMYK 0.61 0.67 0 0.29
HSL 244.96º 0.5% 0.47% -
HSV(B) 244.96º 0.67% 0.71% -
XYZ 12.48 7.87 44.58 -
YUV 76.78 186.81 123.16 -
System Red Green Blue C M Y K H S L
Decimal 70 60 181 0.61 0.67 0 0.29 244.96 0.5 0.47
Hex 46 3C B5 3D 43 0 1D F5 32 2F
Octal 106 74 265 75 103 0 35 365 62 57
Binary 1000110 111100 10110101 111101 1000011 0 11101 11110101 110010 101111

Color Harmonies of #463CB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463CB5

Black with #463CB5

Text Example


Text Example

White with #463CB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463CB5; }

 p { color: rgb(70,60,181); }

 H1.HeaderClassName
 {
   color: #463CB5;
 }
 .AnyTagClassName
 {
   color: #463CB5;
 }
</style>

background-color css

<style>
 a { background-color: #463CB5; }

 a { background-color: rgb(70,60,181); }

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

border-color css

<style>
 span { border-color: #463CB5; }

 span { border-color: rgb(70,60,181); }

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