Html Css Color HEX #463DDA Free Speech Blue

📋 copy color: '#463DDA'

red 70 ◦ green 61 ◦ blue 218

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

Shades of Free Speech Blue #463DDA

Tints of Free Speech Blue #463DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 62.46%

R = 20.06%
G = 17.48%
B = 62.46%

CMYK

 C value IS 0.68

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#463DDA (or 0x463DDA) is known color: Free Speech Blue. HEX triplet: 46, 3D and DA. RGB value is (70,61,218). Sum of RGB (Red+Green+Blue) = 70+61+218=349 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20.06% from 349); Green value is 61 (24.22% from 255 or 17.48% from 349); Blue value is 218 (85.55% from 255 or 62.46% from 349); Max value from RGB is 218 - color contains mainly: blue. Hex color #463DDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #463DDA is #B9C225. Grayscale: #505050. Windows color (decimal): -12173862 or 14302534. OLE color: 14302534.

HSL color Cylindrical-coordinate representation of color #463DDA: hue angle of 243.44º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #463DDA is Cyan = 0.68, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 70 61 218 -
CMYK 0.68 0.72 0 0.15
HSL 243.44º 0.68% 0.55% -
HSV(B) 243.44º 0.72% 0.85% -
XYZ 16.85 9.7 67.31 -
YUV 81.59 204.98 119.73 -
System Red Green Blue C M Y K H S L
Decimal 70 61 218 0.68 0.72 0 0.15 243.44 0.68 0.55
Hex 46 3D DA 44 48 0 F F3 44 37
Octal 106 75 332 104 110 0 17 363 104 67
Binary 1000110 111101 11011010 1000100 1001000 0 1111 11110011 1000100 110111

Color Harmonies of #463DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463DDA

Black with #463DDA

Text Example


Text Example

White with #463DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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