Html Css Color HEX #463DBA Free Speech Blue

📋 copy color: '#463DBA'

red 70 ◦ green 61 ◦ blue 186

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

Shades of Free Speech Blue #463DBA

Tints of Free Speech Blue #463DBA

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.24%

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

R = 22.08%
G = 19.24%
B = 58.68%

CMYK

 C value IS 0.62

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#463DBA (or 0x463DBA) is known color: Free Speech Blue. HEX triplet: 46, 3D and BA. RGB value is (70,61,186). Sum of RGB (Red+Green+Blue) = 70+61+186=317 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.08% from 317); Green value is 61 (24.22% from 255 or 19.24% from 317); Blue value is 186 (73.05% from 255 or 58.68% from 317); Max value from RGB is 186 - color contains mainly: blue. Hex color #463DBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #463DBA is #B9C245. Grayscale: #4D4D4D. Windows color (decimal): -12173894 or 12205382. OLE color: 12205382.

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

Color convert

RGB 70 61 186 -
CMYK 0.62 0.67 0 0.27
HSL 244.32º 0.51% 0.48% -
HSV(B) 244.32º 0.67% 0.73% -
XYZ 13.06 8.18 47.35 -
YUV 77.94 188.98 122.34 -
System Red Green Blue C M Y K H S L
Decimal 70 61 186 0.62 0.67 0 0.27 244.32 0.51 0.48
Hex 46 3D BA 3E 43 0 1B F4 33 30
Octal 106 75 272 76 103 0 33 364 63 60
Binary 1000110 111101 10111010 111110 1000011 0 11011 11110100 110011 110000

Color Harmonies of #463DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463DBA

Black with #463DBA

Text Example


Text Example

White with #463DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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