Html Css Color HEX #463CBD Free Speech Blue

📋 copy color: '#463CBD'

red 70 ◦ green 60 ◦ blue 189

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

Shades of Free Speech Blue #463CBD

Tints of Free Speech Blue #463CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 59.25%

R = 21.94%
G = 18.81%
B = 59.25%

CMYK

 C value IS 0.63

 M value IS 0.68

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#463CBD (or 0x463CBD) is known color: Free Speech Blue. HEX triplet: 46, 3C and BD. RGB value is (70,60,189). Sum of RGB (Red+Green+Blue) = 70+60+189=319 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.94% from 319); Green value is 60 (23.83% from 255 or 18.81% from 319); Blue value is 189 (74.22% from 255 or 59.25% from 319); Max value from RGB is 189 - color contains mainly: blue. Hex color #463CBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #463CBD is #B9C342. Grayscale: #4D4D4D. Windows color (decimal): -12174147 or 12401734. OLE color: 12401734.

HSL color Cylindrical-coordinate representation of color #463CBD: hue angle of 244.65º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #463CBD is Cyan = 0.63, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 70 60 189 -
CMYK 0.63 0.68 0 0.26
HSL 244.65º 0.52% 0.49% -
HSV(B) 244.65º 0.68% 0.74% -
XYZ 13.33 8.21 49.03 -
YUV 77.7 190.81 122.51 -
System Red Green Blue C M Y K H S L
Decimal 70 60 189 0.63 0.68 0 0.26 244.65 0.52 0.49
Hex 46 3C BD 3F 44 0 1A F5 34 31
Octal 106 74 275 77 104 0 32 365 64 61
Binary 1000110 111100 10111101 111111 1000100 0 11010 11110101 110100 110001

Color Harmonies of #463CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463CBD

Black with #463CBD

Text Example


Text Example

White with #463CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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