Html Css Color HEX #463BBA Free Speech Blue

📋 copy color: '#463BBA'

red 70 ◦ green 59 ◦ blue 186

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

Shades of Free Speech Blue #463BBA

Tints of Free Speech Blue #463BBA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.73%

 BLUE value IS 186 (73.05% from 255) = 59.05%

R = 22.22%
G = 18.73%
B = 59.05%

CMYK

 C value IS 0.62

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#463BBA (or 0x463BBA) is known color: Free Speech Blue. HEX triplet: 46, 3B and BA. RGB value is (70,59,186). Sum of RGB (Red+Green+Blue) = 70+59+186=315 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.22% from 315); Green value is 59 (23.44% from 255 or 18.73% from 315); Blue value is 186 (73.05% from 255 or 59.05% from 315); Max value from RGB is 186 - color contains mainly: blue. Hex color #463BBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #463BBA is #B9C445. Grayscale: #4C4C4C. Windows color (decimal): -12174406 or 12204870. OLE color: 12204870.

HSL color Cylindrical-coordinate representation of color #463BBA: hue angle of 245.2º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #463BBA is Cyan = 0.62, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 70 59 186 -
CMYK 0.62 0.68 0 0.27
HSL 245.2º 0.52% 0.48% -
HSV(B) 245.2º 0.68% 0.73% -
XYZ 12.95 7.98 47.31 -
YUV 76.77 189.64 123.17 -
System Red Green Blue C M Y K H S L
Decimal 70 59 186 0.62 0.68 0 0.27 245.2 0.52 0.48
Hex 46 3B BA 3E 44 0 1B F5 34 30
Octal 106 73 272 76 104 0 33 365 64 60
Binary 1000110 111011 10111010 111110 1000100 0 11011 11110101 110100 110000

Color Harmonies of #463BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463BBA

Black with #463BBA

Text Example


Text Example

White with #463BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,59,186); }

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

background-color css

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

 a { background-color: rgb(70,59,186); }

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

border-color css

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

 span { border-color: rgb(70,59,186); }

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